From 1ed97629adffa6b5345963ec8905526da835535a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 23:22:54 +0100 Subject: remove libosmocore from openbsc From now on, you will have to obtain, build and install libosmocore before being able to build openbsc. Sorry for that. But I hope it's a small price to pay for having no code duplication with our work on the phone side GSM stack! --- libosmocore/include/osmocore/utils.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libosmocore/include/osmocore/utils.h (limited to 'libosmocore/include/osmocore/utils.h') 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 -- cgit v1.2.3