diff options
Diffstat (limited to 'include/clang/Frontend/Utils.h')
-rw-r--r-- | include/clang/Frontend/Utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Frontend/Utils.h b/include/clang/Frontend/Utils.h index cd6ffb0f71..fe722db381 100644 --- a/include/clang/Frontend/Utils.h +++ b/include/clang/Frontend/Utils.h @@ -77,13 +77,6 @@ void AttachDependencyFileGen(Preprocessor &PP, /// a seekable stream. void CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS); - -/// ExecuteCompilerInvocation - Execute the given actions described by the -/// compiler invocation object in the given compiler instance. -/// -/// \return - True on success. -bool ExecuteCompilerInvocation(CompilerInstance *Clang); - } // end namespace clang #endif |