aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DerivedTypes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-04 22:04:45 +0000
committerChris Lattner <sabre@nondot.org>2002-04-04 22:04:45 +0000
commit3d0dceb733fe8d5d916eab58d923eb7ff491d6c6 (patch)
tree6cc5f9bd1acef3b95fda2f30b4f2bc19cb2d2682 /include/llvm/DerivedTypes.h
parenta364ad0f9d101dcdd071a2b2cac6aa5a752dce48 (diff)
downloadexternal_llvm-3d0dceb733fe8d5d916eab58d923eb7ff491d6c6.zip
external_llvm-3d0dceb733fe8d5d916eab58d923eb7ff491d6c6.tar.gz
external_llvm-3d0dceb733fe8d5d916eab58d923eb7ff491d6c6.tar.bz2
Remove backwards compatibility code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DerivedTypes.h')
-rw-r--r--include/llvm/DerivedTypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h
index 67bb02b..1a8bf90 100644
--- a/include/llvm/DerivedTypes.h
+++ b/include/llvm/DerivedTypes.h
@@ -153,11 +153,6 @@ public:
}
};
-// TODO: FIXME
-#ifndef MethodType
-#define MethodType FunctionType
-#endif
-
// CompositeType - Common super class of ArrayType, StructType, and PointerType
//