diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index 9e06b86b15f..9bb7b7a3bdb 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -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 {