aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-17 01:49:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-17 01:49:59 +0000
commit34341b09f1b7286ed3a3dcaa9ebc7fe4211f4e35 (patch)
tree9b0bbed3c2f230b9d30ac44125dd9fe1514651a4 /include/llvm/Type.h
parentb164c7670981287daeb595d0709d43caea3439e4 (diff)
downloadexternal_llvm-34341b09f1b7286ed3a3dcaa9ebc7fe4211f4e35.zip
external_llvm-34341b09f1b7286ed3a3dcaa9ebc7fe4211f4e35.tar.gz
external_llvm-34341b09f1b7286ed3a3dcaa9ebc7fe4211f4e35.tar.bz2
Remove unused forward class declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 2f83328..c54b584 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -22,13 +22,8 @@
namespace llvm {
-class ArrayType;
class DerivedType;
-class FunctionType;
-class OpaqueType;
class PointerType;
-class StructType;
-class PackedType;
class TypeMapBase;
/// This file contains the declaration of the Type class. For more "Type" type