mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[TableGen] Remove unused function. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06b2485912
commit
20d6747043
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user