From d2ef306a999add09fec5bea2298955c4b75df607 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 Aug 2000 19:49:29 +0000 Subject: Fixed some warnings. 2000-08-09 Christopher James Lahey * e-setup.c, e-shell.c: Fixed some warnings. svn path=/trunk/; revision=4661 --- shell/e-setup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/e-setup.c') diff --git a/shell/e-setup.c b/shell/e-setup.c index 6ee7abcbb7..3393247f35 100644 --- a/shell/e-setup.c +++ b/shell/e-setup.c @@ -100,7 +100,6 @@ e_setup (const char *evolution_directory) { struct stat statinfo; char *file; - int i; if (stat (evolution_directory, &statinfo) != 0) return copy_default_stuff (evolution_directory); -- cgit