changeset 17638:cd79bb815eb1

maint: Remove unnecessary function provoking -Wunused-function warning. * liboctave/util/data-conv.cc(gripe_data_conversion): Remove unused function.
author Rik <rik@octave.org>
date Fri, 11 Oct 2013 15:18:50 -0700
parents b30bb9bb05c8
children e693b2622f72
files liboctave/util/data-conv.cc
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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