From 67696293148b63f1178385338b0e3325f846281e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 18 May 2016 20:22:36 +0200 Subject: [PATCH] Remove useless empty function --- radicale/xmlutils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index e54036e..0c42d72 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -210,14 +210,6 @@ def _time_range_match(item, filter_): return True -def _text_match(vobject_item, filter_): - """Check whether the ``item`` matches the text-match ``filter_``. - - See rfc4791-9.7.3. - - """ - - def _param_filter_match(item, filter_): """Check whether the ``item`` matches the param-filter ``filter_``.