diff --git a/src/ModelEquationBlock.cc b/src/ModelEquationBlock.cc
index 212e01947f30c70c6aca06811c0a9ef410004013..bd9687bc9c491220988595a9e18dcab76e6c3e0e 100644
--- a/src/ModelEquationBlock.cc
+++ b/src/ModelEquationBlock.cc
@@ -128,6 +128,7 @@ SteadyStateModel::checkPass(ModFileStructure& mod_file_struct, WarningConsolidat
           warnings << "WARNING: in the 'steady_state_model' block, variable '"
                    << symbol_table.getName(symb_id) << "' is declared twice" << endl;
 
+      /* Don't do the check for Julia
       // Check that expression has no undefined symbol
       if (!mod_file_struct.ramsey_model_present)
         {
@@ -144,7 +145,7 @@ SteadyStateModel::checkPass(ModFileStructure& mod_file_struct, WarningConsolidat
                 exit(EXIT_FAILURE);
               }
         }
-
+      */
       so_far_defined.insert(symb_ids.begin(), symb_ids.end());
     }