summaryrefslogtreecommitdiff
path: root/upb/pb/compile_decoder_x64.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/compile_decoder_x64.c')
-rw-r--r--upb/pb/compile_decoder_x64.c3
1 files changed, 0 insertions, 3 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback