Browse Source

remove duplicate definition of the UA_TYPENAME macro

Julius Pfrommer 7 years ago
parent
commit
11a0720851
1 changed files with 0 additions and 12 deletions
  1. 0 12
      include/ua_config.h.in

+ 0 - 12
include/ua_config.h.in

@@ -265,18 +265,6 @@ extern "C" {
 # define UA_BINARY_OVERLAYABLE_FLOAT 0
 #endif
 
-/**
- * Utility Definitions
- * ^^^^^^^^^^^^^^^^^^^ */
-
-/* To generate smaller binaries, descriptive strings can be excluded from the
- * datatype description */
-#ifdef UA_ENABLE_TYPENAMES
-# define UA_TYPENAME(name) name,
-#else
-# define UA_TYPENAME(name)
-#endif
-
 #ifdef __cplusplus
 } // extern "C"
 #endif