aboutsummaryrefslogtreecommitdiffstats
path: root/mjit_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_worker.c')
-rw-r--r--mjit_worker.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mjit_worker.c b/mjit_worker.c
index 90aaf9d9a9..c09268f3e3 100644
--- a/mjit_worker.c
+++ b/mjit_worker.c
@@ -249,10 +249,6 @@ static const char *const CC_COMMON_ARGS[] = {
NULL
};
-/* GCC and CLANG executable paths. TODO: The paths should absolute
- ones to prevent changing C compiler for security reasons. */
-#define CC_PATH CC_COMMON_ARGS[0]
-
static const char *const CC_DEBUG_ARGS[] = {MJIT_DEBUGFLAGS NULL};
static const char *const CC_OPTIMIZE_ARGS[] = {MJIT_OPTFLAGS NULL};