# HG changeset patch # User jwe # Date 1159903543 0 # Node ID 31bf61b463ce15bf63bd9511422a97007d4ee84c # Parent bb0c9f97fe4fcb17a5b05722b581efc8cb2514be [project @ 2006-10-03 19:25:42 by jwe] diff -r bb0c9f97fe4f -r 31bf61b463ce src/ChangeLog --- 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 + + * DLD-FUNCTIONS/find.cc (find_nonzero_elem_idx): + Delete unused variable. + 2006-10-03 David Bateman * Makefile.in (OCT_LINK_DEPS) Include $(CAMD_LIBS) in the list. diff -r bb0c9f97fe4f -r 31bf61b463ce src/DLD-FUNCTIONS/find.cc --- 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