aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TableGen/Main.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/TableGen/Main.h')
-rw-r--r--include/llvm/TableGen/Main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/TableGen/Main.h b/include/llvm/TableGen/Main.h
index 6b51e20..866b986 100644
--- a/include/llvm/TableGen/Main.h
+++ b/include/llvm/TableGen/Main.h
@@ -23,7 +23,6 @@ class raw_ostream;
typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
int TableGenMain(char *argv0, TableGenMainFn *MainFn);
-
}
#endif