From 865ad09ee313229d97d14ce6688b2020f841e9e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 24 Mar 2014 17:05:58 +0100
Subject: [PATCH] Remove last preprocessor information message.

First, the current logic is buggy, because mod_file->use_dll is undefined at
this point (mod_file having been deleted above).

More fundamentally, the preprocessor is now evolving into something to be used
without MATLAB/Octave, so this statement is now inaccurate in some use cases.
---
 preprocessor/DynareMain2.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/preprocessor/DynareMain2.cc b/preprocessor/DynareMain2.cc
index 208f1e4015..2f0f30a3c3 100644
--- a/preprocessor/DynareMain2.cc
+++ b/preprocessor/DynareMain2.cc
@@ -69,6 +69,4 @@ main2(stringstream &in, string &basename, bool debug, bool clear_all, bool no_tm
   delete mod_file;
 
   cout << "Preprocessing completed." << endl;
-  if (!mod_file->use_dll)
-    cout << "Starting MATLAB/Octave computing." << endl;
 }
-- 
GitLab