From: Chris Lattner Date: Fri, 9 Jul 2004 17:02:57 +0000 (+0000) Subject: Removed unneeded forward decl X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=20d20fc77d3da95c52b9ce57799afde1d44f7456;p=oota-llvm.git Removed unneeded forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Type.h b/include/llvm/Type.h index a78c746fa18..c6a95b5dadf 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -48,7 +48,6 @@ class FunctionType; class OpaqueType; class PointerType; class StructType; -class SymbolTable; struct Type { ///===-------------------------------------------------------------------===//