Mercurial > hg > octave-lyh
changeset 9975:14ed68363284
remove stray decls from oct-shlib.h
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 12 Dec 2009 06:18:31 +0100 |
parents | 118158f10628 |
children | 702b998698ea |
files | liboctave/ChangeLog liboctave/oct-shlib.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2009-12-12 Jaroslav Hajek <highegg@gmail.com> + + * oct-shlib.h: Remove stray declarations. + 2009-12-11 John W. Eaton <jwe@octave.org> * oct-shlib.cc (octave_dlopen_shlib::octave_dlopen_shlib):
--- a/liboctave/oct-shlib.h +++ b/liboctave/oct-shlib.h @@ -75,10 +75,6 @@ std::string file_name (void) const { return file; } - void insert_hook_name (const std::string& name) const; - - void erase_hook_name (const std::string& name) const; - size_t num_fcn_names (void) const { return fcn_names.size (); } void add_fcn_name (const std::string&);