From 28ba1c0a9d01504ff1e760ec2cfb2a178482405e Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Jun 1991 17:29:58 +0000 Subject: [PATCH] removed unused variable --- util/ego/share/show.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/ego/share/show.c b/util/ego/share/show.c index dcd526f6..8f1c9ec2 100644 --- a/util/ego/share/show.c +++ b/util/ego/share/show.c @@ -15,7 +15,6 @@ #include #include -#include #include #include "types.h" #include "def.h" @@ -29,8 +28,6 @@ -extern byte em_flag[]; - #define space1() printf(" ") char format[] = " %-11s%d\n"; char lformat[] = " %-11s%ld\n";