[llvm-commits] CVS: llvm/include/llvm/Type.h
Reid Spencer
reid at x10sys.com
Tue Jan 16 17:50:18 PST 2007
Changes in directory llvm/include/llvm:
Type.h updated: 1.100 -> 1.101
---
Log message:
Remove unused forward class declarations.
---
Diffs of the changes: (+0 -5)
Type.h | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.100 llvm/include/llvm/Type.h:1.101
--- llvm/include/llvm/Type.h:1.100 Sun Jan 14 20:27:26 2007
+++ llvm/include/llvm/Type.h Tue Jan 16 19:49:59 2007
@@ -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
More information about the llvm-commits
mailing list