Commit 56dda6f
fs: Remove unused branches
a few places the code was refactored to use `maybeCallback` which
always returns a function. Checking for `if (callback)` always
returns true anyway.
PR-URL: #5289
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>1 parent feedca7 commit 56dda6fCopy full SHA for 56dda6f
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- lib
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1098 | 1098 | |
1099 | 1099 | |
1100 | 1100 | |
1101 | | - |
| 1101 | + |
1102 | 1102 | |
1103 | 1103 | |
1104 | 1104 | |
| ||
1131 | 1131 | |
1132 | 1132 | |
1133 | 1133 | |
1134 | | - |
| 1134 | + |
1135 | 1135 | |
1136 | 1136 | |
1137 | 1137 | |
|
0 commit comments