summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpppreprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpppreprocessor.cpp')
-rw-r--r--src/plugins/cpptools/cpppreprocessor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/cpptools/cpppreprocessor.cpp b/src/plugins/cpptools/cpppreprocessor.cpp
index 63e64c61a1..56668fe644 100644
--- a/src/plugins/cpptools/cpppreprocessor.cpp
+++ b/src/plugins/cpptools/cpppreprocessor.cpp
@@ -223,11 +223,6 @@ QString CppPreprocessor::cleanPath(const QString &path)
return result;
}
-static inline bool isInjectedFile(const QString &fileName)
-{
- return fileName.startsWith(QLatin1Char('<')) && fileName.endsWith(QLatin1Char('>'));
-}
-
QString CppPreprocessor::resolveFile_helper(const QString &fileName, IncludeType type)
{
const QFileInfo fileInfo(fileName);