changeset 28138:cb8ecb818f43

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)".
author Rik <rik@octave.org>
date Tue, 25 Feb 2020 13:22:02 -0800
parents 7818c5b07403
children e82d00e8be37
files libinterp/parse-tree/pt-arg-list.h libinterp/parse-tree/pt-classdef.h libinterp/parse-tree/pt-misc.h
diffstat 3 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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