attr: Remove unused/undeclared argument in provider constructor

This commit is contained in:
Tobias Brunner 2019-12-09 11:05:25 +01:00
parent c2d6ac1124
commit d3ca9fcda4
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ METHOD(attr_provider_t, reload, void,
/*
* see header file
*/
attr_provider_t *attr_provider_create(database_t *db)
attr_provider_t *attr_provider_create()
{
private_attr_provider_t *this;