From 20d20fc77d3da95c52b9ce57799afde1d44f7456 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Jul 2004 17:02:57 +0000 Subject: [PATCH] Removed unneeded forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14727 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 1 - 1 file changed, 1 deletion(-) 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 { ///===-------------------------------------------------------------------===//