Removing part that causes problems with 'make test'
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 */