[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 19 16:40:01 PDT 2003


Changes in directory llvm/lib/AsmParser:

ParserInternals.h updated: 1.30 -> 1.31

---
Log message:

Eliminate unused class


---
Diffs of the changes:  (+0 -5)

Index: llvm/lib/AsmParser/ParserInternals.h
diff -u llvm/lib/AsmParser/ParserInternals.h:1.30 llvm/lib/AsmParser/ParserInternals.h:1.31
--- llvm/lib/AsmParser/ParserInternals.h:1.30	Sun Oct 12 22:32:07 2003
+++ llvm/lib/AsmParser/ParserInternals.h	Sun Oct 19 16:39:41 2003
@@ -175,11 +175,6 @@
   }
 };
 
-struct MethPlaceHolderHelper : public Function {
-  MethPlaceHolderHelper(const Type *Ty)
-    : Function(cast<FunctionType>(Ty), InternalLinkage) {}
-};
-
 typedef PlaceholderValue<InstPlaceHolderHelper>  ValuePlaceHolder;
 typedef PlaceholderValue<BBPlaceHolderHelper>    BBPlaceHolder;
 





More information about the llvm-commits mailing list