[TableGen] Remove unused function. NFC
[oota-llvm.git] / include / llvm / TableGen / Record.h
index 9e06b86b15f7abe5d89379693f1f89aa1c2f9141..9bb7b7a3bdb11c89c5efc6360781569544c3a215 100644 (file)
@@ -1503,7 +1503,6 @@ struct LessRecordFieldName {
 };
 
 struct LessRecordRegister {
-  static size_t min(size_t a, size_t b) { return a < b ? a : b; }
   static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; }
 
   struct RecordParts {