From 0fd2f830882402979a83010e89650e7245960d39 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 21 Jan 2014 18:38:49 -0800 Subject: Sync to internal Google development. --- upb/pb/compile_decoder_x64.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'upb/pb/compile_decoder_x64.c') diff --git a/upb/pb/compile_decoder_x64.c b/upb/pb/compile_decoder_x64.c index 429f690..44331b8 100644 --- a/upb/pb/compile_decoder_x64.c +++ b/upb/pb/compile_decoder_x64.c @@ -56,8 +56,6 @@ typedef struct { // Used by DynASM to store globals. void **globals; - - bool chkret; } jitcompiler; // Functions called by codegen. @@ -72,7 +70,6 @@ static int pcofs(jitcompiler* jc); static jitcompiler *newjitcompiler(mgroup *group) { jitcompiler *jc = malloc(sizeof(jitcompiler)); - jc->chkret = false; jc->group = group; jc->pclabel_count = 0; jc->lastlabelofs = -1; -- cgit v1.2.3