diff options
Diffstat (limited to 'camel/camel-exception.c')
-rw-r--r-- | camel/camel-exception.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-exception.c b/camel/camel-exception.c index 70b0d6149f..ef90136859 100644 --- a/camel/camel-exception.c +++ b/camel/camel-exception.c @@ -177,7 +177,6 @@ camel_exception_setv (CamelException *ex, ...) { va_list args; - gchar *tmp_desc_string; /* if no exception is given, do nothing */ if (!ex) return; |