Revert "Add /System/Library/PrivateFrameworks as a header search path."

This reverts commit f7a95215a435aa8d5f64f43a8bb23ba077270755.

llvm-svn: 314697
This commit is contained in:
Douglas Gregor 2017-10-02 18:22:19 +00:00
parent ce86ab3ed7
commit acdf91817e
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang,
if (triple.isOSDarwin()) {
AddPath("/System/Library/Frameworks", System, true);
AddPath("/Library/Frameworks", System, true);
AddPath("/System/Library/PrivateFrameworks", System, true);
}
}
}