Cleanup what is left after https://reviews.llvm.org/D158461
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Lex/InitHeaderSearch.cpp | ||
---|---|---|
336 | Yeah Darwin defines and uses its own function with that name, but the one in InitHeaderSearch is unused since this patch. I don't know anything about this, just noticed that gcc warns about it being unused. |
@brad :
I think this was the last use of the AddGnuCPlusPlusIncludePaths method, should we remove it now or is it likely it will be used again?