]> git.pond.sub.org Git - empserver/commitdiff
Remove unused local variable in desi.c
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 27 Feb 2008 02:58:46 +0000 (20:58 -0600)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 26 Feb 2008 19:39:02 +0000 (20:39 +0100)
Left behind by commit d3a3aa43.

src/lib/commands/desi.c

index 637176154f9b09bbf28de234285d4a5e99e5e0bb..d750393a59fa0ae5da128a3339ac0e7563669af0 100644 (file)
@@ -49,7 +49,6 @@ desi(void)
     int des;
     struct nstr_sect nstr;
     struct sctstr sect;
-    struct sctstr check;
     struct natstr *natp;
     char prompt[128];
     char buf[1024];