aboutsummaryrefslogtreecommitdiff
path: root/src/Conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r--src/Conf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp
index eb66b6d..27071a3 100644
--- a/src/Conf.cpp
+++ b/src/Conf.cpp
@@ -552,10 +552,6 @@ namespace sibs
replaceAll(exposeIncludeDir, "$out", outDir);
}
- for(std::string &ignoreDir : config.ignoreDirs) {
- replaceAll(ignoreDir, "$out", outDir);
- }
-
return parseResult;
}