From a626e0242e4dacdb5c98eb77b38eda5d99f411b0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Oct 2003 21:39:41 +0000 Subject: [PATCH] Eliminate unused class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9270 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AsmParser/ParserInternals.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/AsmParser/ParserInternals.h b/lib/AsmParser/ParserInternals.h index 47696289dad..6c3d9a0e47e 100644 --- a/lib/AsmParser/ParserInternals.h +++ b/lib/AsmParser/ParserInternals.h @@ -175,11 +175,6 @@ struct BBPlaceHolderHelper : public BasicBlock { } }; -struct MethPlaceHolderHelper : public Function { - MethPlaceHolderHelper(const Type *Ty) - : Function(cast(Ty), InternalLinkage) {} -}; - typedef PlaceholderValue ValuePlaceHolder; typedef PlaceholderValue BBPlaceHolder; -- 2.34.1