changeset 27824:ab6b261872ce

Remove deprecated file toplev.h. * libinterp/corefcn/toplev.h: Delete file. * libinterp/corefcn/module.mk: Remove toplev.h from build system.
author Rik <rik@octave.org>
date Fri, 13 Dec 2019 18:22:47 -0800
parents 83dd2bc500f0
children 6fba9776a848
files libinterp/corefcn/module.mk libinterp/corefcn/toplev.h
diffstat 2 files changed, 0 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Fri Dec 13 18:16:11 2019 -0800
+++ b/libinterp/corefcn/module.mk	Fri Dec 13 18:22:47 2019 -0800
@@ -91,7 +91,6 @@
   %reldir%/sysdep.h \
   %reldir%/text-engine.h \
   %reldir%/text-renderer.h \
-  %reldir%/toplev.h \
   %reldir%/txt-eng.h \
   %reldir%/url-handle-manager.h \
   %reldir%/utils.h \
--- a/libinterp/corefcn/toplev.h	Fri Dec 13 18:16:11 2019 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-/*
-
-Copyright (C) 1993-2019 John W. Eaton
-
-This file is part of Octave.
-
-Octave is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-Octave is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with Octave; see the file COPYING.  If not, see
-<https://www.gnu.org/licenses/>.
-
-*/
-
-#if ! defined (octave_toplev_h)
-#define octave_toplev_h 1
-
-#include "octave-config.h"
-
-#warning "toplev.h has been deprecated; use interpreter.h instead"
-
-#include "interpreter.h"
-
-#endif