From eb4b3f5976d1563cd97841964e829fc638179cc5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Nov 2017 22:48:00 +0000 Subject: Change push allocator system; update core libraries --- src/ssa.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ssa.cpp') diff --git a/src/ssa.cpp b/src/ssa.cpp index 3a5e283e2..0edd7b1b3 100644 --- a/src/ssa.cpp +++ b/src/ssa.cpp @@ -2176,9 +2176,6 @@ void ssa_build_stmt_internal(ssaProc *p, AstNode *node) { ssa_emit_jump(p, b); case_end; - case_ast_node(pa, PushAllocator, node); - GB_PANIC("TODO: PushAllocator"); - case_end; case_ast_node(pc, PushContext, node); GB_PANIC("TODO: PushContext"); case_end; -- cgit v1.2.3