]> granicus.if.org Git - clang/commitdiff
Remove unused function declaration.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Nov 2008 04:48:20 +0000 (04:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Nov 2008 04:48:20 +0000 (04:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59024 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.h

index e0ddd08b2d39992bebba04880e0659cda36206cf..5d799cbe5c88d1fc9b8bce2dee4b75e5313ce192 100644 (file)
@@ -41,9 +41,6 @@ void DoRewriteTest(Preprocessor &PP, const std::string &InFileName,
 /// implements the -parse-print-callbacks option.
 MinimalAction *CreatePrintParserActionsAction(Preprocessor &PP);
 
-/// EmitLLVMFromASTs - Implement -emit-llvm, which generates llvm IR from C.
-void EmitLLVMFromASTs(Preprocessor &PP, bool PrintStats);
-
 /// CheckDiagnostics - Gather the expected diagnostics and check them.
 bool CheckDiagnostics(Preprocessor &PP);