diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc
index cd3c4ee4e37d5d4b7c82ded5aff36fc7c6a4dca6..7e51a4d752caa11d9acf2c4316c4cd760a04256d 100644
--- a/preprocessor/ModFile.cc
+++ b/preprocessor/ModFile.cc
@@ -1094,7 +1094,6 @@ ModFile::writeExternalFilesJulia(const string &basename, FileOutputType output)
                << "model.dynare_version = \"" << PACKAGE_VERSION << "\"" << endl
                << "model.sigma_e = zeros(Float64, " << symbol_table.exo_nbr() << ", "
                << symbol_table.exo_nbr() << ")" << endl
-               << "model.sigma_e_is_diagonal = 1;" << endl
                << "model.correlation_matrix = ones(Float64, " << symbol_table.exo_nbr() << ", "
                << symbol_table.exo_nbr() << ")" << endl
                << "model.orig_eq_nbr = " << orig_eqn_nbr << endl