diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 01:49:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 01:49:59 +0000 |
commit | 8da11cde85c29987c79c92dceea8b9423e79ad98 (patch) | |
tree | 88c919522706be3cc4d766200c50f464f7614d69 | |
parent | 0fa0670b8bcf33ab12919d77dde269c8f1207af2 (diff) | |
download | bcm5719-llvm-8da11cde85c29987c79c92dceea8b9423e79ad98.tar.gz bcm5719-llvm-8da11cde85c29987c79c92dceea8b9423e79ad98.zip |
Remove unused forward class declarations.
llvm-svn: 33276
-rw-r--r-- | llvm/include/llvm/Type.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 2f83328a2d6..c54b584e3d4 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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 |