瀏覽代碼

fix #582: rm unused macro define

ithewei 1 年之前
父節點
當前提交
8c67e056f6
共有 1 個文件被更改,包括 0 次插入26 次删除
  1. 0 26
      hexport.h

+ 0 - 26
hexport.h

@@ -37,32 +37,6 @@
     #define HV_UNUSED
 #endif
 
-// @param[IN | OUT | INOUT]
-#ifndef IN
-#define IN
-#endif
-
-#ifndef OUT
-#define OUT
-#endif
-
-#ifndef INOUT
-#define INOUT
-#endif
-
-// @field[OPTIONAL | REQUIRED | REPEATED]
-#ifndef OPTIONAL
-#define OPTIONAL
-#endif
-
-#ifndef REQUIRED
-#define REQUIRED
-#endif
-
-#ifndef REPEATED
-#define REPEATED
-#endif
-
 #ifdef __cplusplus
 
 #ifndef EXTERN_C