From 0d7c893203087d60f0ce549521f4c715c87a7038 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 17 Feb 2021 15:53:24 +0100 Subject: [PATCH] * src/comp.c (Fcomp__compile_ctxt_to_file): Clean-up unused variable. --- src/comp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/comp.c b/src/comp.c index c9d14958b75..5e951610302 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4376,8 +4376,6 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file, comp.d_ephemeral_idx = CALL1I (comp-data-container-idx, CALL1I (comp-ctxt-d-ephemeral, Vcomp_ctxt)); - ptrdiff_t count = 0; - emit_ctxt_code (); /* Define inline functions. */ -- 2.39.5