From 1bf8659facc9fcf8b0b06cf5b54f22bf17e4648b Mon Sep 17 00:00:00 2001 From: Gleb Belov Date: Tue, 8 Oct 2024 02:45:50 +1100 Subject: [PATCH] Remove confusing warning --- include/mp/backend-std.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/mp/backend-std.h b/include/mp/backend-std.h index 5174ce48d..029352e09 100644 --- a/include/mp/backend-std.h +++ b/include/mp/backend-std.h @@ -1096,11 +1096,6 @@ class StdBackend : + fln + "' failed:\n" + exc.what(); - if (IMPL_HAS_STD_FEATURE(WRITE_SOLUTION)) - msg += - "\n Note: to export solutions and results\n" - " in the solver's native formats,\n" - " use option 'tech:writesolution'"; MP_RAISE(msg); } }