summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 11:33:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 11:33:27 +0000
commit19229581ba284f845285a71cf083d501e0780050 (patch)
treeae5bef5583e7bf32e4bdfd9ffdb91412390f9ada /include/llvm/LLVMContext.h
parent0ab94a00772671538407d955a7671bc767520658 (diff)
downloadllvm-19229581ba284f845285a71cf083d501e0780050.tar.gz
llvm-19229581ba284f845285a71cf083d501e0780050.tar.bz2
llvm-19229581ba284f845285a71cf083d501e0780050.tar.xz
Remove unused forward decls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LLVMContext.h')
-rw-r--r--include/llvm/LLVMContext.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h
index 0aea6b8922..f5916c47a0 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -21,31 +21,7 @@
namespace llvm {
-class APFloat;
-class APInt;
-class ArrayType;
-class Constant;
-class ConstantAggregateZero;
-class ConstantArray;
-class ConstantFP;
-class ConstantInt;
-class ConstantPointerNull;
-class ConstantStruct;
-class ConstantVector;
-class FunctionType;
-class IntegerType;
struct LLVMContextImpl;
-class MDNode;
-class MDString;
-class OpaqueType;
-class PointerType;
-class StringRef;
-class StructType;
-class Type;
-class UndefValue;
-class Use;
-class Value;
-class VectorType;
/// This is an important class for using LLVM in a threaded context. It
/// (opaquely) owns and manages the core "global" data of LLVM's core