]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: remove "path" from notmuch struct
[notmuch] / lib / database-private.h
index d936b216954cf673bd8636fee90a6246c64a7e49..2900382d52b5eb9e38d6e9d27d74c56b978109aa 100644 (file)
@@ -189,9 +189,6 @@ operator& (notmuch_field_flag_t a, notmuch_field_flag_t b)
 struct _notmuch_database {
     bool exception_reported;
 
-    /* Path to database parent directory and or/mail root */
-    char *path;
-
     /* Path to actual database */
     const char *xapian_path;