diff options
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r-- | utils/TableGen/Record.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 41373c7..55c1a80 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -1262,9 +1262,6 @@ public: return 0; } - // Like getValue, but allow dotting into members: X.Y - RecordVal *getDottedValue(StringRef Name); - void addTemplateArg(StringRef Name) { assert(!isTemplateArg(Name) && "Template arg already defined!"); TemplateArgs.push_back(Name); |