changeset 13101:9b234609499b

ov.cc: Remove ancient, useless commented-out code
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 05 Sep 2011 08:27:48 -0500
parents 06bf445ee778
children 801c5a6ad487
files src/ov.cc
diffstat 1 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov.cc	Mon Sep 05 08:26:42 2011 -0500
+++ b/src/ov.cc	Mon Sep 05 08:27:48 2011 -0500
@@ -2690,25 +2690,6 @@
   octave_lazy_index::register_type ();
 }
 
-#if 0
-DEFUN (cast, args, ,
-  "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} cast (@var{val}, @var{type})\n\
-Convert @var{val} to the new data type @var{type}.\n\
-@seealso{class, typeinfo}\n\
-@end deftypefn")
-{
-  octave_value retval;
-
-  if (args.length () == 2)
-    error ("cast: not implemented");
-  else
-    print_usage ();
-
-  return retval;
-}
-#endif
-
 DEFUN (sizeof, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} sizeof (@var{val})\n\