aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/InitPreprocessor.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-05-18 07:39:39 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-05-18 07:39:39 +0000
commitf086e3bef1d98d3fb6c17c8d6b62f3eedd9eb78c (patch)
tree41bc0bec87ec4fb1050249b166046d10040db00d /include/clang/Frontend/InitPreprocessor.h
parent18d868f067cd49e6bb25380f5edc9ca9f761fbf9 (diff)
Remove unused parameter.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71996 91177308-0d34-0410-b5e6-96231b3b80d8
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