Remove a stale declaration in FunctionAttr.
authorRiver Riddle <riverriddle@google.com>
Thu, 23 May 2019 19:51:13 +0000 (12:51 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 02:58:33 +0000 (19:58 -0700)
--

PiperOrigin-RevId: 249697345

mlir/include/mlir/IR/Attributes.h

index 106a9f5..ed9ae2c 100644 (file)
@@ -388,10 +388,6 @@ public:
   static bool kindof(unsigned kind) {
     return kind == StandardAttributes::Function;
   }
-
-  /// This function is used by the internals of the Function class to update the
-  /// type of the function attribute for 'value'.
-  static void resetType(Function *value);
 };
 
 /// A base attribute that represents a reference to a vector or tensor constant.