From 34341b09f1b7286ed3a3dcaa9ebc7fe4211f4e35 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 17 Jan 2007 01:49:59 +0000 Subject: [PATCH] Remove unused forward class declarations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33276 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 2f83328a2d6..c54b584e3d4 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