summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mjit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mjit.c b/mjit.c
index aef4bd2fc8..0346d034db 100644
--- a/mjit.c
+++ b/mjit.c
@@ -443,11 +443,6 @@ init_header_filename(void)
}
pch_file = get_uniq_filename(0, MJIT_TMP_PREFIX "h", ".h.gch");
- if (pch_file == NULL) {
- xfree(header_file);
- header_file = NULL;
- return FALSE;
- }
#else
{
static const char pch_name[] = MJIT_HEADER_INSTALL_DIR "/" MJIT_PRECOMPILED_HEADER_NAME;