removed unused variables

This commit is contained in:
ceriel 1991-02-20 09:48:00 +00:00
parent 0d65b92220
commit 1c694d98d0

View file

@ -45,7 +45,7 @@ o_print(va_list *ap, int flags, char *s, char c, int precision, int is_signed)
long signed_val; long signed_val;
unsigned long unsigned_val; unsigned long unsigned_val;
char *old_s = s; char *old_s = s;
int i, base, is_zero = 0, is_neg = 0; int i, base;
switch (flags & (FL_SHORT | FL_LONG)) { switch (flags & (FL_SHORT | FL_LONG)) {
case FL_SHORT: case FL_SHORT: