From 90b1aebeb8db90621714247bfe3fd1c662b8f7d9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 21 May 2004 09:12:44 +0000 Subject: remove unused. 2004-05-21 Not Zed * e-shell.c (e_shell_attempt_upgrade): remove unused. svn path=/trunk/; revision=26032 --- shell/e-shell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 0f62ae42d6..ecd780fe8a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -716,7 +716,6 @@ e_shell_attempt_upgrade (EShell *shell, int major, int minor, int revision) for (p = component_infos; success && p != NULL; p = p->next) { const EComponentInfo *info = p->data; CORBA_Environment ev; - gboolean component_upgraded; CORBA_exception_init (&ev); -- cgit