del unused variable

This commit is contained in:
moebiusl
2024-10-11 22:09:17 +02:00
parent e72c75e6e4
commit 28a84589d1
+1 -1
View File
@@ -164,7 +164,7 @@ const GlpPage = () => {
GLPKAPI._glp_mpl_init_rand(tran, 1);
GLPKAPI.glp_mpl_read_model_from_string(tran, "model", model, 0);
GLPKAPI.glp_mpl_generate(tran, null, function (data) { });
GLPKAPI.glp_mpl_generate(tran, null, function () { });
addMessage("Model successfully converted to solver format.");
GLPKAPI.glp_mpl_build_prob(tran, lp);