This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new ee0c0af MINIFICPP-1446 SQL extension doesn't compile on Debian
ee0c0af is described below
commit ee0c0afa4fe6c411b38fb8ad3dcefad88e12211b
Author: Robert Kalmar <[email protected]>
AuthorDate: Wed Jan 6 19:56:45 2021 +0100
MINIFICPP-1446 SQL extension doesn't compile on Debian
Signed-off-by: Arpad Boda <[email protected]>
This closes #972
---
extensions/sql/services/ODBCConnector.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/extensions/sql/services/ODBCConnector.h
b/extensions/sql/services/ODBCConnector.h
index 4c6cec7..59b2643 100644
--- a/extensions/sql/services/ODBCConnector.h
+++ b/extensions/sql/services/ODBCConnector.h
@@ -91,12 +91,6 @@ class ODBCConnection : public sql::Connection {
*/
class ODBCService : public DatabaseService {
public:
- explicit ODBCService(const std::string &name, const std::string &id)
- : DatabaseService(name, id),
- logger_(logging::LoggerFactory<ODBCService>::getLogger()) {
- initialize();
- }
-
explicit ODBCService(const std::string &name, utils::Identifier uuid =
utils::Identifier())
: DatabaseService(name, uuid),
logger_(logging::LoggerFactory<ODBCService>::getLogger()) {