aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-02-28 14:58:10 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-02-28 14:58:10 +0100
commit1fd7cfb47e6ce013a3143d311a08300f2e989289 (patch)
tree54781f628c124db820e9b85bdca156ece57d79af
parentb24beebaf922dfd46b6c7f042e6a2a23b9a1eae9 (diff)
Removing part that causes problems with 'make test'
-rw-r--r--lib/decoding/osmocom/core/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/decoding/osmocom/core/utils.h b/lib/decoding/osmocom/core/utils.h
index 54c8216..1322860 100644
--- a/lib/decoding/osmocom/core/utils.h
+++ b/lib/decoding/osmocom/core/utils.h
@@ -30,9 +30,6 @@
#include <stdint.h>
#include <stdio.h>
-#define __attribute__(_arg_)
-#define __deprecated__
-
/*! A mapping between human-readable string and numeric value */
struct value_string {
unsigned int value; /*!< numeric value */