diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |