From 1e65d1eb0d385d8cd36401221044119f33134ae8 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Tue, 26 Feb 2008 20:58:46 -0600 Subject: [PATCH] Remove unused local variable in desi.c Left behind by commit d3a3aa43. --- src/lib/commands/desi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/commands/desi.c b/src/lib/commands/desi.c index 63717615..d750393a 100644 --- a/src/lib/commands/desi.c +++ b/src/lib/commands/desi.c @@ -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];