소스 검색

remove duplicate definition of the UA_TYPENAME macro

Julius Pfrommer 7 년 전
부모
커밋
11a0720851
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  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