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.
issue#70
Sébastien Villemot 2014-03-24 17:05:58 +01:00
parent 51e8a70bf4
commit 39e9bfceeb
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}