[llvm-commits] [llvm] r113827 - /llvm/trunk/include/llvm/Constant.h

Eric Christopher echristo at apple.com
Mon Sep 13 18:18:15 PDT 2010


Author: echristo
Date: Mon Sep 13 20:18:15 2010
New Revision: 113827

URL: http://llvm.org/viewvc/llvm-project?rev=113827&view=rev
Log:
Remove apparently unnecessary forward declaration.

Modified:
    llvm/trunk/include/llvm/Constant.h

Modified: llvm/trunk/include/llvm/Constant.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Constant.h?rev=113827&r1=113826&r2=113827&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Constant.h (original)
+++ llvm/trunk/include/llvm/Constant.h Mon Sep 13 20:18:15 2010
@@ -20,7 +20,6 @@
   class APInt;
 
   template<typename T> class SmallVectorImpl;
-  class LLVMContext;
 
 /// This is an important base class in LLVM. It provides the common facilities
 /// of all constant values in an LLVM program. A constant is a value that is





More information about the llvm-commits mailing list