From 81c5f8e750fcda6a2451fb54604130431434f88f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Aug 2019 02:57:08 +0200 Subject: Implement more instructions, implement function parameters and arguments --- include/nullable.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/nullable.h') 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"))) -- cgit v1.2.3