Skip to content

Commit 0245583

Browse files
committed
Remove leftover
1 parent d835cb4 commit 0245583

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/InteropApp.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
#include <stdio.h>
55
#include <string.h>
66

7-
#define RESOLVER_ENTRY(name) \
8-
if (!strcmp(sym, #name)) \
9-
return name;
10-
117
typedef void (*InteropFn)(const char*);
128

139
int main(int argc, char* argv[]) {

0 commit comments

Comments
 (0)