diff options
author | Alice Frosi <afrosi@redhat.com> | 2023-06-12 13:12:26 +0200 |
---|---|---|
committer | Alice Frosi <afrosi@redhat.com> | 2023-06-12 13:12:26 +0200 |
commit | 8bc937c1442d212926dadb6227b759966bc13925 (patch) | |
tree | 5289c598ebb3c7175af24038080324ac423fe73b /common | |
parent | 104d1541f8e6bdcd0dec4e98941d079d44db3e47 (diff) | |
download | seitan-8bc937c1442d212926dadb6227b759966bc13925.tar seitan-8bc937c1442d212926dadb6227b759966bc13925.tar.gz seitan-8bc937c1442d212926dadb6227b759966bc13925.tar.bz2 seitan-8bc937c1442d212926dadb6227b759966bc13925.tar.lz seitan-8bc937c1442d212926dadb6227b759966bc13925.tar.xz seitan-8bc937c1442d212926dadb6227b759966bc13925.tar.zst seitan-8bc937c1442d212926dadb6227b759966bc13925.zip |
gluten: remove unused blk op
Diffstat (limited to 'common')
-rw-r--r-- | common/gluten.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gluten.h b/common/gluten.h index 794b50f..91bc85e 100644 --- a/common/gluten.h +++ b/common/gluten.h @@ -247,7 +247,6 @@ struct op { union { struct op_nr nr; struct op_call call; - struct op_block block; struct op_return ret; struct op_fd fd; struct op_load load; |