From 9ed5e8a0e36ec13def4c783d7694654ac43963d3 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 16 Mar 2010 12:40:20 +0100 Subject: [PATCH 1/1] remove useless tags struct --HG-- extra : transplant_source : %EF%CD%D8K%E5%E1F%95%1E%F9%F3%88%E7%B0%600%21Wwp --- cnotmuch/database.py | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.43.0