octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Check on deprecated blocks


From: Rik
Subject: Check on deprecated blocks
Date: Mon, 17 Feb 2020 17:36:50 -0800

jwe,

Can you check whether the following code bits could be deleted entirely?

parse-tree/pt-arg-list.h:131:#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)
parse-tree/pt-classdef.h:832:#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)
parse-tree/pt-misc.h:122:#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)

Each one is a #if defined block which only contains a comment, no code. 
For example, the first one is

#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)

// tree_argument_list is derived from a template.

#endif

Seems unnecessary.

--Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]