aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libosmocore/include/osmocore/utils.h')
-rw-r--r--libosmocore/include/osmocore/utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libosmocore/include/osmocore/utils.h b/libosmocore/include/osmocore/utils.h
deleted file mode 100644
index 198f45a97..000000000
--- a/libosmocore/include/osmocore/utils.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef OSMOCORE_UTIL_H
-#define OSMOCORE_UTIL_H
-
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-
-#endif