Skip to content

Commit dccc441

Browse files
authored
Update Paths.cpp
1 parent de59b3b commit dccc441

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Interpreter/Paths.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ bool SplitPaths(llvm::StringRef PathStr,
295295
return false;
296296
} else if (Mode == kAllowNonExistent)
297297
Paths.push_back(Split.first);
298-
else if (Verbose)
299-
} if (Mode == kAllowNonExistent)
300-
Paths.push_back(Split.first);
301298
else if (Verbose)
302299
LogNonExistentDirectory(Split.first);
303300
} else

0 commit comments

Comments
 (0)