diff --git a/src/rt/rust_gc.cpp b/src/rt/rust_gc.cpp index 1b2a38fd9726..8a13b20fc217 100644 --- a/src/rt/rust_gc.cpp +++ b/src/rt/rust_gc.cpp @@ -17,8 +17,6 @@ #include #endif -#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__) - #define END_OF_STACK_RA (void (*)())0xdeadbeef namespace gc {