# HG changeset patch # User jwe # Date 784006284 0 # Node ID e6cb0493ae9945786dff8eff79ff90b356269b42 # Parent e8a677c3f042be389d6238172b655776498c71a1 [project @ 1994-11-05 03:31:03 by jwe] diff --git a/src/pt-misc.cc b/src/pt-misc.cc --- a/src/pt-misc.cc +++ b/src/pt-misc.cc @@ -25,10 +25,6 @@ #include "config.h" #endif -#if defined (__GNUG__) -#pragma implementation -#endif - #include #ifdef HAVE_UNISTD_H #include diff --git a/src/pt-misc.h b/src/pt-misc.h --- a/src/pt-misc.h +++ b/src/pt-misc.h @@ -24,10 +24,6 @@ #if !defined (octave_tree_misc_h) #define octave_tree_misc_h 1 -#if defined (__GNUG__) -#pragma interface -#endif - class ostream; class Octave_object; class tree_constant; @@ -229,8 +225,6 @@ { public: tree_va_return_list (void) : SLList () { } - - ~tree_va_return_list (void) { } }; // List of expressions that make up a global statement.