removed unused variable

This commit is contained in:
ceriel 1991-06-26 17:29:58 +00:00
parent 8583ee73f3
commit 9f565afcc2

View file

@ -15,7 +15,6 @@
#include <stdio.h> #include <stdio.h>
#include <em_spec.h> #include <em_spec.h>
#include <em_flag.h>
#include <em_pseu.h> #include <em_pseu.h>
#include "types.h" #include "types.h"
#include "def.h" #include "def.h"
@ -29,8 +28,6 @@
extern byte em_flag[];
#define space1() printf(" ") #define space1() printf(" ")
char format[] = " %-11s%d\n"; char format[] = " %-11s%d\n";
char lformat[] = " %-11s%ld\n"; char lformat[] = " %-11s%ld\n";