# HG changeset patch # User jwe # Date 1159903543 0 # Node ID 31bf61b463ce15bf63bd9511422a97007d4ee84c # Parent bb0c9f97fe4fcb17a5b05722b581efc8cb2514be [project @ 2006-10-03 19:25:42 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/DLD-FUNCTIONS/find.cc b/src/DLD-FUNCTIONS/find.cc --- a/src/DLD-FUNCTIONS/find.cc +++ b/src/DLD-FUNCTIONS/find.cc @@ -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