Fix PR266: Make Module Not Inherit From Annotable
authorChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 19:51:16 +0000 (19:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 19:51:16 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12339 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index 352ce20fccee8a48ab9c76d3c42fd91dc4482885..5c27d3b55f13d8468519336a375931691b87b0fd 100644 (file)
@@ -43,7 +43,7 @@ template<> struct ilist_traits<GlobalVariable>
   static iplist<GlobalVariable> &getList(Module *M);
 };
 
-struct Module : public Annotable {
+struct Module {
   typedef iplist<GlobalVariable> GlobalListType;
   typedef iplist<Function> FunctionListType;