Mercurial > hg > octave-avbm
changeset 1964:2ff7b73519db
[project @ 1996-02-17 00:11:48 by jwe]
author | jwe |
---|---|
date | Sat, 17 Feb 1996 00:11:53 +0000 |
parents | 665a44bb6a56 |
children | 01e3ed56c415 |
files | src/unwind-prot.cc src/unwind-prot.h |
diffstat | 2 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unwind-prot.cc +++ b/src/unwind-prot.cc @@ -123,18 +123,6 @@ unwind_protect_list.clear (); } -void -matrix_cleanup (void *m) -{ - delete [] (double *) m; -} - -void -complex_matrix_cleanup (void *cm) -{ - delete [] (ComplexMatrix *) cm; -} - class saved_variable { public:
--- a/src/unwind-prot.h +++ b/src/unwind-prot.h @@ -43,9 +43,6 @@ void run_all_unwind_protects (void); void discard_all_unwind_protects (void); -void matrix_cleanup (void *m); -void complex_matrix_cleanup (void *cm); - void unwind_protect_int_internal (int *ptr, int value); void unwind_protect_str_internal (string *ptr, const string& value); void unwind_protect_ptr_internal (void **ptr, void *value);