mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 11:32:03 +00:00
14 lines
557 B
Diff
14 lines
557 B
Diff
|
diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
|
||
|
index e2d1e6a..1a1d839 100644
|
||
|
--- a/src/plugins/cpptools/headerpathfilter.cpp
|
||
|
+++ b/src/plugins/cpptools/headerpathfilter.cpp
|
||
|
@@ -134,8 +134,6 @@ void removeClangSystemHeaderPaths(HeaderPaths &headerPaths)
|
||
|
|
||
|
void HeaderPathFilter::tweakHeaderPaths()
|
||
|
{
|
||
|
- removeClangSystemHeaderPaths(builtInHeaderPaths);
|
||
|
-
|
||
|
auto split = resourceIterator(builtInHeaderPaths,
|
||
|
projectPart.toolChainTargetTriple.contains("darwin"));
|
||
|
|