Skip to content

Commit 34b8a14

Browse files
Remove meaningless macro definition
1 parent 878cf50 commit 34b8a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/witapi/witapi-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ __attribute__((import_module("asyncify"), import_name("stop_unwind"))) void
6363
asyncify_stop_unwind(void);
6464
__attribute__((import_module("asyncify"), import_name("start_rewind"))) void
6565
asyncify_start_rewind(void *buf);
66-
#define asyncify_start_rewind(buf) asyncify_start_rewind((buf))
6766
__attribute__((import_module("asyncify"), import_name("stop_rewind"))) void
6867
asyncify_stop_rewind(void);
6968

0 commit comments

Comments
 (0)