Remove apparently unnecessary forward declaration.
authorEric Christopher <echristo@apple.com>
Tue, 14 Sep 2010 01:18:15 +0000 (01:18 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 14 Sep 2010 01:18:15 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113827 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constant.h

index 8647299299827d40de948587025f3e9e2624aa1b..defe474fb5660322546c70f70a1c4eb650874afc 100644 (file)
@@ -20,7 +20,6 @@ namespace llvm {
   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