Skip to content

Commit 876142f

Browse files
committed
rt: Remove duplicate DPRINT() macro from rust_gc.cpp
1 parent 6013727 commit 876142f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/rust_gc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include <dlfcn.h>
1818
#endif
1919

20-
#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
21-
2220
#define END_OF_STACK_RA (void (*)())0xdeadbeef
2321

2422
namespace gc {

0 commit comments

Comments
 (0)