From 8bc937c1442d212926dadb6227b759966bc13925 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 12 Jun 2023 13:12:26 +0200 Subject: gluten: remove unused blk op --- common/gluten.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common') 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; -- cgit v1.2.3