attr: Remove unused/undeclared argument in provider constructor
This commit is contained in:
@@ -342,7 +342,7 @@ METHOD(attr_provider_t, reload, void,
|
|||||||
/*
|
/*
|
||||||
* see header file
|
* see header file
|
||||||
*/
|
*/
|
||||||
attr_provider_t *attr_provider_create(database_t *db)
|
attr_provider_t *attr_provider_create()
|
||||||
{
|
{
|
||||||
private_attr_provider_t *this;
|
private_attr_provider_t *this;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user