diff options
Diffstat (limited to 'include/clang/Lex/PTHManager.h')
-rw-r--r-- | include/clang/Lex/PTHManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Lex/PTHManager.h b/include/clang/Lex/PTHManager.h index a3787e3ffe..531ec11ea1 100644 --- a/include/clang/Lex/PTHManager.h +++ b/include/clang/Lex/PTHManager.h @@ -120,7 +120,6 @@ public: /// Create - This method creates PTHManager objects. The 'file' argument /// is the name of the PTH file. This method returns NULL upon failure. static PTHManager *Create(const std::string& file, FileManager &FileMgr, - const FileSystemOptions &FSOpts, Diagnostic &Diags); void setPreprocessor(Preprocessor *pp) { PP = pp; } |