hasMicrosecond is undefined (#3842)

This commit is contained in:
micheleselea
2023-03-17 21:42:41 +01:00
committed by GitHub
parent d05d689622
commit 60faa4fb58

View File

@@ -50,9 +50,6 @@ public:
static std::string hostInfo(Poco::Data::Session& session);
/// Returns host info.
static bool hasMicrosecond();
/// Rturns true if microseconds are suported.
static MYSQL* handle(Poco::Data::Session& session);
/// Returns native MySQL handle for the session.
};