changeset 27028:77b0102d2298

* oct-lvalue.h: Delete stray comment.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Apr 2019 17:00:52 +0000
parents 0dd80c6d2e3c
children ac5e5da675e3
files libinterp/parse-tree/oct-lvalue.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-lvalue.h	Wed Apr 03 16:58:44 2019 +0000
+++ b/libinterp/parse-tree/oct-lvalue.h	Wed Apr 03 17:00:52 2019 +0000
@@ -58,7 +58,6 @@
 
     bool isstruct (void) const { return value().isstruct (); }
 
-    // OCTAVE_DEPRECATED (5, "foobar, for sure!")
     void define (const octave_value& v);
 
     void assign (octave_value::assign_op, const octave_value&);