diff options
-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; |