# HG changeset patch # User jwe # Date 815483930 0 # Node ID 43df82dfb1f7384fcac09e0790720db46c67414d # Parent 1a35c8c913497d65aa47caa94c75b8a80baf4b3b [project @ 1995-11-04 11:18:50 by jwe] diff --git a/liboctave/Array-idx.h b/liboctave/Array-idx.h --- a/liboctave/Array-idx.h +++ b/liboctave/Array-idx.h @@ -41,8 +41,6 @@ void Array::clear_index (void) { - cerr << "clearing index for " << this << "\n"; - delete [] idx; idx = 0; idx_count = 0; @@ -52,8 +50,6 @@ void Array::set_index (const idx_vector& i) { - cerr << "setting index for " << this << "\n"; - if (! idx) idx = new idx_vector [max_indices];