From: Craig Topper Date: Sun, 7 Jun 2015 06:01:15 +0000 (+0000) Subject: [TableGen] Remove unused function. NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=20d674704324283b85ef25561819358d5a899060;p=oota-llvm.git [TableGen] Remove unused function. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239246 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 {