From 8ba4a3a4d27f56f06c0c7523fb2fc9a9e1b1b508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 28 Feb 2013 10:31:56 +0100 Subject: [PATCH] Remove obsolete workaround for Octave 3.2 --- ModFile.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ModFile.cc b/ModFile.cc index 830b446e..47371866 100644 --- a/ModFile.cc +++ b/ModFile.cc @@ -464,11 +464,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b mOutputFile << "warning off" << endl; // This will be executed *after* function warning_config() if (clear_all) - { - mOutputFile << "clear all" << endl - // this is a work-around for a bug in Octave 3.2 - << "clear global" << endl; - } + mOutputFile << "clear all" << endl; mOutputFile << "tic;" << endl << "global M_ oo_ options_ ys0_ ex0_ estimation_info" << endl