diff options
Diffstat (limited to 'include/clang/Frontend/ASTUnit.h')
-rw-r--r-- | include/clang/Frontend/ASTUnit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index b6398f7926..6d584d4b07 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -462,8 +462,7 @@ public: } llvm::MemoryBuffer *getBufferForFile(llvm::StringRef Filename, - std::string *ErrorStr = 0, - int64_t FileSize = -1); + std::string *ErrorStr = 0); /// \brief Whether this AST represents a complete translation unit. /// |