aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/InitPreprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Frontend/InitPreprocessor.h')
-rw-r--r--include/clang/Frontend/InitPreprocessor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/InitPreprocessor.h b/include/clang/Frontend/InitPreprocessor.h
index a51498b194..3943289f9d 100644
--- a/include/clang/Frontend/InitPreprocessor.h
+++ b/include/clang/Frontend/InitPreprocessor.h
@@ -63,7 +63,6 @@ public:
/// environment ready to process a single file. This returns true on error.
///
bool InitializePreprocessor(Preprocessor &PP,
- const std::string &InFile,
const PreprocessorInitOptions& InitOptions);
} // end namespace clang