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).