From 9f565afcc2b8bfce1f8ddf596f3872edb64217d1 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 dcd526f60..8f1c9ec24 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"; -- 2.34.1