changeset 15084:ea5e02b14853

lo-specfun.cc: Remove unused gripe* functions to stop compiler warning message * lo-specfun.cc (gripe_betainc_nonconformant, gripe_betaincinv_nonconformant): Remove unused 6-input form of gripe* functions.
author Rik <rik@octave.org>
date Thu, 02 Aug 2012 16:33:24 -0700
parents 83749bb7f538
children 28f5f4a4a80a
files liboctave/lo-specfun.cc
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-specfun.cc	Thu Aug 02 16:29:55 2012 -0700
+++ b/liboctave/lo-specfun.cc	Thu Aug 02 16:33:24 2012 -0700
@@ -2137,15 +2137,6 @@
 }
 
 static void
-gripe_betainc_nonconformant (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2, octave_idx_type r3,
-                             octave_idx_type c3)
-{
-  (*current_liboctave_error_handler)
-   ("betainc: nonconformant arguments (x is %dx%d, a is %dx%d, b is %dx%d)",
-     r1, c1, r2, c2, r3, c3);
-}
-
-static void
 gripe_betainc_nonconformant (const dim_vector& d1, const dim_vector& d2,
                              const dim_vector& d3)
 {
@@ -2159,15 +2150,6 @@
 }
 
 static void
-gripe_betaincinv_nonconformant (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2, octave_idx_type r3,
-                                octave_idx_type c3)
-{
-  (*current_liboctave_error_handler)
-   ("betaincinv: nonconformant arguments (x is %dx%d, a is %dx%d, b is %dx%d)",
-     r1, c1, r2, c2, r3, c3);
-}
-
-static void
 gripe_betaincinv_nonconformant (const dim_vector& d1, const dim_vector& d2,
                                 const dim_vector& d3)
 {