Remove some dead methods.
[oota-llvm.git] / include / llvm / Function.h
index 752fe0bbfcb9512af484f0f825d3a24c96e37aa9..f5bed69e6547866fb37da238abb686091691e665 100644 (file)
@@ -206,11 +206,6 @@ public:
     return AttributeList.getParamAttributes(Idx);
   }
 
-  /// @brief Determine whether the function has the given attribute.
-  bool paramHasAttr(unsigned i, Attributes attr) const {
-    return AttributeList.paramHasAttr(i, attr);
-  }
-
   /// addAttribute - adds the attribute to the list of attributes.
   void addAttribute(unsigned i, Attributes attr);