mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 22:34:12 +08:00
mdbx++: hide/move trouble_location
to unused section.
Change-Id: If0cb1ae18e164819f916ff6fc1b5e6e487f50368
This commit is contained in:
parent
17d9ed31f9
commit
da151e52a7
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
#if 0 /* Unused for now */
|
||||||
|
|
||||||
class trouble_location {
|
class trouble_location {
|
||||||
|
|
||||||
#ifndef TROUBLE_PROVIDE_LINENO
|
#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) {
|
__cold std::string format_va(const char *fmt, va_list ap) {
|
||||||
va_list ones;
|
va_list ones;
|
||||||
va_copy(ones, ap);
|
va_copy(ones, ap);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user