aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTypes.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-26 19:54:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-26 19:54:52 +0000
commit68694ada8f4d8f6c4b00ea5b900df96428b28fc8 (patch)
tree2743778711e103feef42a5a4b0bfb0f85fe4dfb4 /lib/CodeGen/CodeGenTypes.h
parent6aeae7fa9cfaacba3a4077d62c01c2531d88a63e (diff)
Remove PointerLikeType.
- Having pointers and references share a base was not a useful notion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r--lib/CodeGen/CodeGenTypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h
index 9c548ec099..228502d0cd 100644
--- a/lib/CodeGen/CodeGenTypes.h
+++ b/lib/CodeGen/CodeGenTypes.h
@@ -36,7 +36,6 @@ namespace clang {
class FunctionTypeProto;
class ObjCInterfaceDecl;
class ObjCIvarDecl;
- class PointerLikeType;
class PointerType;
class QualType;
class RecordDecl;