aboutgitcodelistschat:MatrixIRC
path: root/gluten.h
diff options
context:
space:
mode:
Diffstat (limited to 'gluten.h')
-rw-r--r--gluten.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gluten.h b/gluten.h
index 85254e9..c9f6600 100644
--- a/gluten.h
+++ b/gluten.h
@@ -75,12 +75,6 @@ struct act_inject {
uint32_t old;
};
-struct act_inject_a {
- uint32_t newfd;
- uint32_t old;
- int64_t value;
-};
-
struct action {
enum action_type type;
union {
@@ -89,7 +83,6 @@ struct action {
struct act_continue cont;
struct act_return ret;
struct act_inject inj;
- struct act_inject_a inj_a;
};
};
#endif /* GLUTEN_H */