aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-09 17:02:57 +0000
committerChris Lattner <sabre@nondot.org>2004-07-09 17:02:57 +0000
commit20d20fc77d3da95c52b9ce57799afde1d44f7456 (patch)
treebae5f9e21031837630febe85b5c3765c2d48852b /include/llvm/Type.h
parent36002e43ec07d2f61bd38f38bcc52da79f2904cb (diff)
downloadexternal_llvm-20d20fc77d3da95c52b9ce57799afde1d44f7456.zip
external_llvm-20d20fc77d3da95c52b9ce57799afde1d44f7456.tar.gz
external_llvm-20d20fc77d3da95c52b9ce57799afde1d44f7456.tar.bz2
Removed unneeded forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index a78c746..c6a95b5 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 {
///===-------------------------------------------------------------------===//