X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=926707d82d12a2173d858d1ac1cd55c308197cd4;hp=8587e86ca57ad6697c4966f8fcf8ee9fc677c941;hb=bc11759dd1fd198661657b741bc0143c9af309a4;hpb=544b8ec90e54e3921beb26823e255fed6707bc12 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 8587e86c..926707d8 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -52,8 +52,6 @@ NOTMUCH_BEGIN_DECLS #include "error_util.h" #include "string-util.h" -#pragma GCC visibility push(hidden) - #ifdef DEBUG # define DEBUG_DATABASE_SANITY 1 # define DEBUG_QUERY 1 @@ -621,6 +619,4 @@ _notmuch_talloc_steal (const void *new_ctx, const T *ptr) #endif #endif -#pragma GCC visibility pop - #endif