X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=727b1d616f248f6aa3c5662985e0f69048a3c700;hb=bc11759dd1fd198661657b741bc0143c9af309a4;hp=ab3d9691247fdefdee4ec0f370908f0e11b377af;hpb=544b8ec90e54e3921beb26823e255fed6707bc12;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index ab3d9691..727b1d61 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -38,8 +38,6 @@ #include -#pragma GCC visibility push(hidden) - /* Bit masks for _notmuch_database::features. Features are named, * independent aspects of the database schema. * @@ -248,6 +246,4 @@ _notmuch_database_get_terms_with_prefix (void *ctx, Xapian::TermIterator &i, Xapian::TermIterator &end, const char *prefix); -#pragma GCC visibility pop - #endif