aboutsummaryrefslogtreecommitdiff
path: root/kernel/make-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/make-opcodes')
-rw-r--r--kernel/make-opcodes3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/make-opcodes b/kernel/make-opcodes
deleted file mode 100644
index e1371b3d0c..0000000000
--- a/kernel/make-opcodes
+++ /dev/null
@@ -1,3 +0,0 @@
-$1=="enum" {n=0; next; }
- {printf("(* THIS FILE IS GENERATED. DON'T EDIT. *)\n\n");
- for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}