From: Chris Lattner Date: Sun, 19 Oct 2003 21:39:41 +0000 (+0000) Subject: Eliminate unused class X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a626e0242e4dacdb5c98eb77b38eda5d99f411b0;p=llvm Eliminate unused class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9270 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;