Skip to content
Snippets Groups Projects
Commit 865ad09e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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.
parent 5afee622
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,4 @@ main2(stringstream &in, string &basename, bool debug, bool clear_all, bool no_tm ...@@ -69,6 +69,4 @@ main2(stringstream &in, string &basename, bool debug, bool clear_all, bool no_tm
delete mod_file; delete mod_file;
cout << "Preprocessing completed." << endl; cout << "Preprocessing completed." << endl;
if (!mod_file->use_dll)
cout << "Starting MATLAB/Octave computing." << endl;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment