From d7ecb9bf478d53132540079deceab11dbe750947 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 22 Feb 2023 10:37:41 +0100 Subject: gluten: remove error type The error is always constant and not a reference --- gluten.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gluten.h b/gluten.h index c25ec97..fab1613 100644 --- a/gluten.h +++ b/gluten.h @@ -66,7 +66,6 @@ struct act_call { }; struct act_block { - enum value_type type; int32_t error; }; -- cgit v1.2.3