aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-02-22 10:37:41 +0100
committerAlice Frosi <afrosi@redhat.com>2023-02-22 10:37:41 +0100
commitd7ecb9bf478d53132540079deceab11dbe750947 (patch)
tree10dfe9bdd6741aea61fb8279f9be116b93958cc6
parent4269202ae530577adfb684e19b3084144d14ecd6 (diff)
downloadseitan-d7ecb9bf478d53132540079deceab11dbe750947.tar
seitan-d7ecb9bf478d53132540079deceab11dbe750947.tar.gz
seitan-d7ecb9bf478d53132540079deceab11dbe750947.tar.bz2
seitan-d7ecb9bf478d53132540079deceab11dbe750947.tar.lz
seitan-d7ecb9bf478d53132540079deceab11dbe750947.tar.xz
seitan-d7ecb9bf478d53132540079deceab11dbe750947.tar.zst
seitan-d7ecb9bf478d53132540079deceab11dbe750947.zip
gluten: remove error type
The error is always constant and not a reference
-rw-r--r--gluten.h1
1 files changed, 0 insertions, 1 deletions
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;
};