浏览代码

Remove useless empty function

Guillaume Ayoub 9 年之前
父节点
当前提交
6769629314
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      radicale/xmlutils.py

+ 0 - 8
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_``.