rtags.py
changeset 3485 e867ae952fc0
parent 3473 d8bc02158efc
child 4252 6c4f109c2b03
--- a/rtags.py	Fri Sep 25 11:57:31 2009 +0200
+++ b/rtags.py	Fri Sep 25 11:57:35 2009 +0200
@@ -100,10 +100,6 @@
         self.tag_relation(key, *args, **kwargs)
 
     def tag_relation(self, key, tag):
-        #if isinstance(key, basestring):
-        #    stype, rtype, otype = key.split()
-        #else:
-        stype, rtype, otype, tagged = [str(k) for k in key]
         if self._allowed_values is not None:
             assert tag in self._allowed_values, \
                    '%r is not an allowed tag (should be in %s)' % (