# HG changeset patch # User Rik # Date 1381529930 25200 # Node ID cd79bb815eb1c5ef8f19b2923317b74f4db2ce46 # Parent b30bb9bb05c8a88d2bd0a1fc831a29d7a9bba7fa maint: Remove unnecessary function provoking -Wunused-function warning. * liboctave/util/data-conv.cc(gripe_data_conversion): Remove unused function. diff -r b30bb9bb05c8 -r cd79bb815eb1 liboctave/util/data-conv.cc --- a/liboctave/util/data-conv.cc Sat Oct 12 00:08:29 2013 +0200 +++ b/liboctave/util/data-conv.cc Fri Oct 11 15:18:50 2013 -0700 @@ -627,13 +627,6 @@ ("unrecognized floating point format requested"); } -static void -gripe_data_conversion (const char *from, const char *to) -{ - (*current_liboctave_error_handler) - ("unable to convert from %s to %s format", from, to); -} - // But first, some data conversion routines. // Currently, we only handle conversions for the IEEE types. To fix