removed obsolete parameter from basic_object_info constructor
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
/**
|
||||
* No logging on a select-statement.
|
||||
*/
|
||||
void on_fetch( const std::string& stmt ) override { }
|
||||
void on_fetch( const std::string& ) override { }
|
||||
|
||||
/**
|
||||
* No logging on preparing a statement.
|
||||
|
||||
Reference in New Issue
Block a user