aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-27 16:34:41 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-28 14:21:26 +0200
commitc6286510d5f8c1b7f82f9cdb9153f402a921a49e (patch)
treef136861fb519fd247cf3289d81dc4fb4fe2d9dff /cooker/emit.c
parent4a1430ac3c60b5ff1c00bf98c004351c67c26c23 (diff)
downloadseitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar.gz
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar.bz2
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar.lz
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar.xz
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.tar.zst
seitan-c6286510d5f8c1b7f82f9cdb9153f402a921a49e.zip
common: move cmp_type_str in util
Diffstat (limited to 'cooker/emit.c')
-rw-r--r--cooker/emit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cooker/emit.c b/cooker/emit.c
index 8dc3e82..ee52b17 100644
--- a/cooker/emit.c
+++ b/cooker/emit.c
@@ -27,10 +27,6 @@ static const char *type_str[] = {
NULL
};
-static const char *cmp_type_str[] = {
- "EQ", "NE", "GT", "GE", "LT", "LE", NULL
-};
-
/**
* emit_nr() - Emit OP_NR instruction: jump on syscall mismatch
* @g: gluten context