mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib/open: remove incorrect unused attribute
With the current unused macro in lib/notmuch-private.h this seems harmless, but is misleading, since the parameter is in fact used.
This commit is contained in:
parent
8fb42948a2
commit
439d1ef814
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ notmuch_status_t
|
|||
notmuch_database_open_with_config (const char *database_path,
|
||||
notmuch_database_mode_t mode,
|
||||
const char *config_path,
|
||||
unused(const char *profile),
|
||||
const char *profile,
|
||||
notmuch_database_t **database,
|
||||
char **status_string)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue