Kaydet (Commit) 2b9d8d6b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: Iea28e36ca398018acbae44517c378bb4b188a0b0
üst 1951bd9e
......@@ -758,12 +758,6 @@ namespace
const bool bCatalogs;
const bool bSchemas;
NameComponentSupport( )
:bCatalogs( true )
,bSchemas( true )
{
}
NameComponentSupport( const bool _bCatalogs, const bool _bSchemas )
:bCatalogs( _bCatalogs )
,bSchemas( _bSchemas )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment