diff options
Diffstat (limited to 'common')
-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 f3ef47d..83cfbc3 100644 --- a/common/gluten.h +++ b/common/gluten.h @@ -34,7 +34,6 @@ extern struct seccomp_data anonymous_seccomp_data; #define OP_EMPTY { .block = { -1 } } #define NO_FIELD block -#define NS_NUM sizeof(enum ns_type) #define GET_BIT(x, i) (((x) & (1UL << (i))) != 0) enum gluten_offset_type { |