diff options
-rw-r--r-- | include/llvm/Type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h index a78c746fa1..c6a95b5dad 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 { ///===-------------------------------------------------------------------===// |