aboutsummaryrefslogtreecommitdiff
path: root/include/nullable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nullable.h')
-rw-r--r--include/nullable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nullable.h b/include/nullable.h
index f38fb37..961b210 100644
--- a/include/nullable.h
+++ b/include/nullable.h
@@ -1,8 +1,6 @@
#ifndef AMAL_NULLABLE_H
#define AMAL_NULLABLE_H
-struct __nullable_type_dummy{ int _; };
-
/* Used by static analysis tool to find null-pointer dereference errors */
#define nullable __attribute__((annotate("nullable")))