summaryrefslogtreecommitdiff
path: root/sigrokdecode-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigrokdecode-internal.h')
-rw-r--r--sigrokdecode-internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h
index bdd7563..3a9df2e 100644
--- a/sigrokdecode-internal.h
+++ b/sigrokdecode-internal.h
@@ -24,16 +24,6 @@
#include "sigrokdecode.h"
-/*--- Macros ----------------------------------------------------------------*/
-
-#ifndef ARRAY_SIZE
-#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
-#endif
-
-#ifndef ARRAY_AND_SIZE
-#define ARRAY_AND_SIZE(a) (a), ARRAY_SIZE(a)
-#endif
-
/*--- controller.c ----------------------------------------------------------*/
SRD_PRIV int add_modulepath(const char *path);