From 4e402431000b43ae0be6350d36d974b206a6f1b5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 28 Apr 2013 16:07:15 -0300 Subject: [PATCH] Update parser.c --- parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/parser.c b/parser.c index 0186b8a..1a21f7f 100644 --- a/parser.c +++ b/parser.c @@ -162,7 +162,6 @@ bool gmqcc_compiler_attachcontext(gmqcc_compiler_t *c, void *base, gmqcc_compile c->ctx_preprocess = (struct gmqcc_preprocess_s*)base; return true; } - gmqcc_global_error("Invalid context attachment"); return false; } -- 2.39.2