** See bug #316287
authorParthasarathi Susarla <sparthasarathi@novell.com>
Thu, 22 Sep 2005 11:54:49 +0000 (11:54 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Thu, 22 Sep 2005 11:54:49 +0000 (11:54 +0000)
2005-09-22  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug #316287

* camel-mime-filter-bestenc.c:(camel_mime_filter_bestenc_get_best_encode):
Remove the last return statement that can never be reached.

camel/ChangeLog
camel/camel-mime-filter-bestenc.c

index a904199..f9f2929 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-22  Parthasarathi Susarla <sparthasarathi@novell.com>
+       
+       ** See bug #316287
+       
+       * camel-mime-filter-bestenc.c:(camel_mime_filter_bestenc_get_best_encode):
+       Remove the last return statement that can never be reached.
+       
 2005-09-15  Sankar P  <psankar@novell.com>
 
        * camel-store.h:
index df0e975..8d2a6fb 100644 (file)
@@ -270,7 +270,6 @@ camel_mime_filter_bestenc_get_best_encoding(CamelMimeFilterBestenc *filter, Came
                        return bestenc;
        }
 
-       return CAMEL_TRANSFER_ENCODING_DEFAULT;
 }