summaryrefslogtreecommitdiff
path: root/utils/TableGen/EDEmitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/EDEmitter.h')
-rw-r--r--utils/TableGen/EDEmitter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/EDEmitter.h b/utils/TableGen/EDEmitter.h
index 9e40a8b1ca..e30373fed2 100644
--- a/utils/TableGen/EDEmitter.h
+++ b/utils/TableGen/EDEmitter.h
@@ -27,9 +27,6 @@ namespace llvm {
// run - Output the instruction table.
void run(raw_ostream &o);
-
- // runHeader - Emit a header file that allows use of the instruction table.
- void runHeader(raw_ostream &o);
};
} // End llvm namespace