-
Notifications
You must be signed in to change notification settings - Fork 371
Commit 87f25bf
committed
Remove FileMatchPattern delegate and replace with System.Func
This was only added because I initially thought it would read better, but it also obscures the in and out types. Since there's no functional difference, I removed it again just to reduce the amount of custom code.1 parent 717d53d commit 87f25bf
File tree
3 files changed
+2
-6
lines changed- source/AndroidResolver
- src
3 files changed
+2
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | - | ||
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | - | ||
1083 | + | ||
1084 | 1084 |
| |
1085 | 1085 |
| |
1086 | 1086 |
| |
| |||
1089 | 1089 |
| |
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | - | ||
1092 | + | ||
1093 | 1093 |
| |
1094 | 1094 |
| |
1095 | 1095 |
| |
|
0 commit comments