From 3157a465965774bcec5354924d09c9d19bd77e17 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sat, 10 Jul 2021 13:28:44 +0300 Subject: [PATCH] Fix special build, minor fix in Client.cpp --- programs/client/Client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/client/Client.cpp b/programs/client/Client.cpp index 44cb01c8f12..a50538f0101 100644 --- a/programs/client/Client.cpp +++ b/programs/client/Client.cpp @@ -2564,7 +2564,6 @@ public: } catch (const Exception & e) { - std::string text = e.displayText(); std::cerr << getExceptionMessage(e, false) << std::endl; std::cerr << "Table №" << i << std::endl << std::endl; /// Avoid the case when error exit code can possibly overflow to normal (zero).