]> git.notmuchmail.org Git - notmuch/blobdiff - lib/open.cc
lib/open: remove incorrect unused attribute
[notmuch] / lib / open.cc
index b4637ec5445cba1ffbb93bd9cde237f0e0a3e327..3b86065be12de36874756e8e06ec82aa1dc912cd 100644 (file)
@@ -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)
 {