changeset 21476:19e952b82819

delete unnecessary template Array instantiation file * libinterp/template-inst/Array-os.cc: Delete. * libinterp/template-inst/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2016 12:25:23 -0400
parents 4f3e63d75f33
children 4fc04d04dd9c
files libinterp/template-inst/Array-os.cc libinterp/template-inst/module.mk
diffstat 2 files changed, 0 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/template-inst/Array-os.cc	Fri Mar 18 12:11:15 2016 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-/*
-
-Copyright (C) 1996-2015 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
-<http://www.gnu.org/licenses/>.
-
-*/
-
-// Instantiate Arrays of octave_stream objects.
-
-#ifdef HAVE_CONFIG_H
-#  include "config.h"
-#endif
-
-#include "Array.h"
-#include "Array.cc"
-
-extern template class OCTAVE_API Array<bool>;
-extern template class OCTAVE_API Array<octave_idx_type>;
-
-#include "oct-stream.h"
-
-NO_INSTANTIATE_ARRAY_SORT (octave_stream);
-INSTANTIATE_ARRAY (octave_stream, OCTINTERP_API);
--- a/libinterp/template-inst/module.mk	Fri Mar 18 12:11:15 2016 -0400
+++ b/libinterp/template-inst/module.mk	Fri Mar 18 12:25:23 2016 -0400
@@ -1,4 +1,3 @@
 TEMPLATE_INST_SRC = \
-  libinterp/template-inst/Array-os.cc \
   libinterp/template-inst/Array-tc.cc \
   libinterp/template-inst/Array-jit.cc