summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Schoentgen <mschoentgen@nuxeo.com>2017-03-22 10:43:10 +0100
committerMickaël Schoentgen <mschoentgen@nuxeo.com>2017-03-22 10:43:10 +0100
commite2c1883b2afd28351cf136bf367c91518b203c30 (patch)
tree4b2481392d88c8f494e353c5183ff3ef6a0ce67d
parent741af51e6ae03f88167e4c31dddd5b16c52707b6 (diff)
downloadxattr-e2c1883b2afd28351cf136bf367c91518b203c30.tar.gz
Remove unreachable code
-rw-r--r--xattr/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/xattr/__init__.py b/xattr/__init__.py
index 8ce9031..661b27a 100644
--- a/xattr/__init__.py
+++ b/xattr/__init__.py
@@ -85,7 +85,6 @@ class xattr(object):
See x-man-page://2/removexattr for options and possible errors.
"""
return self._call(_removexattr, _fremovexattr, name, options | self.options)
- self._remove(name, options | self.options)
def list(self, options=0):
"""