diff options
Diffstat (limited to 'include/llvm/TableGen/Main.h')
-rw-r--r-- | include/llvm/TableGen/Main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/TableGen/Main.h b/include/llvm/TableGen/Main.h index 663779f..7ef249e 100644 --- a/include/llvm/TableGen/Main.h +++ b/include/llvm/TableGen/Main.h @@ -16,11 +16,6 @@ namespace llvm { -class TableGenAction; - -/// Run the table generator, performing the specified Action on parsed records. -int TableGenMain(char *argv0, TableGenAction &Action); - class RecordKeeper; class raw_ostream; typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records); |