shithub: rott

Download patch

ref: c4235a81421a52bd87471f60c2c2c5325e2b33ed
parent: 20bba93d8210f123479ce953d1aea2e977b878dc
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:53:08 EDT 2018

Removing unused variables from rt_util.c

--- a/rott/rt_util.c
+++ b/rott/rt_util.c
@@ -316,15 +316,10 @@
 {
     char msgbuf[300];
     va_list	argptr;
-    char i;
     int size;
     char * sptr;
-    char buf[30];
-    int handle;
-    int x,y;
     int level;
     static int inerror = 0;
-    char filename[ 128 ];
 
 
     inerror++;