diff liboctave/oct-sort.h @ 7463:2467639bd8c0

eliminate UNDEFINED sort mode
author John W. Eaton <jwe@octave.org>
date Fri, 08 Feb 2008 16:00:16 -0500
parents 402168152bb9
children 30b952e90c29
line wrap: on
line diff
--- a/liboctave/oct-sort.h	Fri Feb 08 12:30:39 2008 +0100
+++ b/liboctave/oct-sort.h	Fri Feb 08 16:00:16 2008 -0500
@@ -97,7 +97,7 @@
 #define MERGESTATE_TEMP_SIZE 1024
 
 // Enum for type of sort function
-enum sortmode { UNDEFINED, ASCENDING, DESCENDING };
+enum sortmode { ASCENDING, DESCENDING };
 
 template <class T>
 class