Author: krj
Date: Wed Mar 17 04:25:49 2010
New Revision: 98720

URL: http://llvm.org/viewvc/llvm-project?rev=98720&view=rev
Log:
Remove useless forward decl.

Modified:
    cfe/trunk/include/clang/Frontend/CompilerInstance.h

Modified: cfe/trunk/include/clang/Frontend/CompilerInstance.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CompilerInstance.h?rev=98720&r1=98719&r2=98720&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CompilerInstance.h (original)
+++ cfe/trunk/include/clang/Frontend/CompilerInstance.h Wed Mar 17 04:25:49 2010
@@ -34,7 +34,6 @@
 class FileManager;
 class FrontendAction;
 class Preprocessor;
-class Source;
 class SourceManager;
 class TargetInfo;
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to