changeset 6026:31bf61b463ce

[project @ 2006-10-03 19:25:42 by jwe]
author jwe
date Tue, 03 Oct 2006 19:25:43 +0000
parents bb0c9f97fe4f
children 068e52f1c005
files src/ChangeLog src/DLD-FUNCTIONS/find.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 03 19:21:09 2006 +0000
+++ b/src/ChangeLog	Tue Oct 03 19:25:43 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-03  John W. Eaton  <jwe@octave.org>
+
+	* DLD-FUNCTIONS/find.cc (find_nonzero_elem_idx):
+	Delete unused variable.
+
 2006-10-03  David Bateman  <dbateman@free.fr>
 
 	* Makefile.in (OCT_LINK_DEPS) Include $(CAMD_LIBS) in the list.
--- a/src/DLD-FUNCTIONS/find.cc	Tue Oct 03 19:21:09 2006 +0000
+++ b/src/DLD-FUNCTIONS/find.cc	Tue Oct 03 19:25:43 2006 +0000
@@ -113,7 +113,6 @@
       octave_idx_type nr = nda.rows ();
 
       octave_idx_type i = 0;
-      octave_idx_type j = 0;
 
       // Search for elements to return.  Only search the region where
       // there are elements to be found using the count that we want