Skip to content

Commit

Permalink
fix #582: rm unused macro define
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Jul 9, 2024
1 parent 5b5aefb commit 8c67e05
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions hexport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c67e05

Please sign in to comment.