about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 3b6ddbe4db2..e74819ab318 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -1,8 +1,3 @@
-// A workaround that makes INTPTR_MAX be visible
-#ifdef __FreeBSD__
-#define __STDC_LIMIT_MACROS 1
-#endif
-
 #include "rust_internal.h"
 #include "rust_util.h"
 #include "rust_scheduler.h"