# HG changeset patch # User Rik # Date 1582665722 28800 # Node ID cb8ecb818f43a65770de9bfb08d864c9a36a7781 # Parent 7818c5b07403d638b20e70bf7aa38030339ed3e4 maint: Delete empty #ifdef OCTAVE_USE_DEPRECATED_FUNCTIONS blocks. * pt-arg-list.h, pt-classdef.h, pt-misc.h: Delete empty blocks (comments only) protected by "#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)". diff -r 7818c5b07403 -r cb8ecb818f43 libinterp/parse-tree/pt-arg-list.h --- a/libinterp/parse-tree/pt-arg-list.h Tue Feb 25 19:26:33 2020 +0100 +++ b/libinterp/parse-tree/pt-arg-list.h Tue Feb 25 13:22:02 2020 -0800 @@ -128,10 +128,4 @@ }; } -#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS) - -// tree_argument_list is derived from a template. - #endif - -#endif diff -r 7818c5b07403 -r cb8ecb818f43 libinterp/parse-tree/pt-classdef.h --- a/libinterp/parse-tree/pt-classdef.h Tue Feb 25 19:26:33 2020 +0100 +++ b/libinterp/parse-tree/pt-classdef.h Tue Feb 25 13:22:02 2020 -0800 @@ -829,10 +829,4 @@ }; } -#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS) - -// Hmm, a lot of these are templates, so not sure how to typedef them. - #endif - -#endif diff -r 7818c5b07403 -r cb8ecb818f43 libinterp/parse-tree/pt-misc.h --- a/libinterp/parse-tree/pt-misc.h Tue Feb 25 19:26:33 2020 +0100 +++ b/libinterp/parse-tree/pt-misc.h Tue Feb 25 13:22:02 2020 -0800 @@ -119,11 +119,4 @@ }; } -#if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS) - -// tree_parameter_list is derived from a template. -// tree_return_list is derived from a template. - #endif - -#endif