Remove dead code.
[oota-llvm.git] / lib / Target / ARM / ARMConstantPoolValue.h
index 718ec1828b8507bace4c15700ba1c754bbd69464..4548d256710fa205de1c546d6c9c9a70dcd4be8c 100644 (file)
@@ -178,11 +178,6 @@ public:
   static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s,
                                        unsigned ID, unsigned char PCAdj);
 
-  static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s,
-                                       unsigned ID, unsigned char PCAdj,
-                                       ARMCP::ARMCPModifier Modifier,
-                                       bool AddCurrentAddress);
-
   const char *getSymbol() const { return S; }
 
   virtual int getExistingMachineCPValue(MachineConstantPool *CP,