forked from OSchip/llvm-project
Remove the linux c includes part of my last patch.
llvm-svn: 97679
This commit is contained in:
parent
0abbb399c9
commit
6197c1cd8c
|
@ -432,9 +432,6 @@ void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple) {
|
||||||
case llvm::Triple::MinGW32:
|
case llvm::Triple::MinGW32:
|
||||||
AddPath("c:/mingw/include", System, true, false, false);
|
AddPath("c:/mingw/include", System, true, false, false);
|
||||||
break;
|
break;
|
||||||
case llvm::Triple::Linux:
|
|
||||||
AddPath("/usr/include/linux", System, false, false, false);
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue