diff options
author | Eric Christopher <echristo@apple.com> | 2010-09-14 01:18:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-09-14 01:18:15 +0000 |
commit | 338f3acb7f47fc70b977882daf34e8a5b3cfdd1d (patch) | |
tree | 1d6305173483f13f86ad44c768a337d17fc370c5 | |
parent | bc9c36bb7c436d7691d12d51d2b67f309b25df4f (diff) |
Remove apparently unnecessary forward declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113827 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Constant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h index 8647299299..defe474fb5 100644 --- a/include/llvm/Constant.h +++ b/include/llvm/Constant.h @@ -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 |