Eliminate unused class
authorChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:39:41 +0000 (21:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:39:41 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9270 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/ParserInternals.h

index 47696289daddb4dfa0d3bd9e1b21b9f2b68fb794..6c3d9a0e47e087ec5e5096db9cc2563375f04a4c 100644 (file)
@@ -175,11 +175,6 @@ struct BBPlaceHolderHelper : public BasicBlock {
   }
 };
 
-struct MethPlaceHolderHelper : public Function {
-  MethPlaceHolderHelper(const Type *Ty)
-    : Function(cast<FunctionType>(Ty), InternalLinkage) {}
-};
-
 typedef PlaceholderValue<InstPlaceHolderHelper>  ValuePlaceHolder;
 typedef PlaceholderValue<BBPlaceHolderHelper>    BBPlaceHolder;