mdbx++: hide/move trouble_location to unused section.

Change-Id: If0cb1ae18e164819f916ff6fc1b5e6e487f50368
This commit is contained in:
Leonid Yuriev 2020-09-14 02:23:05 +03:00
parent 17d9ed31f9
commit da151e52a7

View File

@ -38,6 +38,8 @@
namespace {
#if 0 /* Unused for now */
class trouble_location {
#ifndef TROUBLE_PROVIDE_LINENO
@ -140,7 +142,6 @@ public:
//------------------------------------------------------------------------------
#if 0 /* Unused for now */
__cold std::string format_va(const char *fmt, va_list ap) {
va_list ones;
va_copy(ones, ap);