summary refs log tree commit diff
path: root/iconvdata/sjis.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/sjis.c')
-rw-r--r--iconvdata/sjis.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/iconvdata/sjis.c b/iconvdata/sjis.c
index f713db1cc4..b1320c1104 100644
--- a/iconvdata/sjis.c
+++ b/iconvdata/sjis.c
@@ -4055,9 +4055,6 @@ gconv (struct gconv_step *step, struct gconv_step_data *data,
 	result = GCONV_OK;
       else
 	{
-	  struct gconv_step *next_step = step + 1;
-	  struct gconv_step_data *next_data = data + 1;
-
 	  result = (*fct) (next_step, next_data, NULL, 0, written, 1);
 
 	  /* Clear output buffer.  */