X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fdatabase.py;h=50c182bd5f4be69821f85f5e1fa85d1dd015b05e;hp=82c4f2bc2a86975ec09fc86748f2e523e56f87f1;hb=9ed5e8a0e36ec13def4c783d7694654ac43963d3;hpb=0e90d656fc54cd5dfbc5879ad17dbee0bb3f4de2;ds=sidebyside diff --git a/cnotmuch/database.py b/cnotmuch/database.py index 82c4f2bc..50c182bd 100644 --- a/cnotmuch/database.py +++ b/cnotmuch/database.py @@ -155,9 +155,6 @@ class Query(object): #------------------------------------------------------------------------------ class Tags(object): """Wrapper around notmuch_tags_t""" - class notmuch_tags_t(ctypes.Structure): - """the opaque tags struct that is returned by functions.""" - pass #notmuch_tags_get _get = nmlib.notmuch_tags_get