From 338f3acb7f47fc70b977882daf34e8a5b3cfdd1d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 14 Sep 2010 01:18:15 +0000 Subject: [PATCH] Remove apparently unnecessary forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113827 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Constant.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h index 86472992998..defe474fb56 100644 --- a/include/llvm/Constant.h +++ b/include/llvm/Constant.h @@ -20,7 +20,6 @@ namespace llvm { class APInt; template 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