aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfusearchive.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/fusearchive.py b/fusearchive.py
index 035c06b..a0cdb18 100755
--- a/fusearchive.py
+++ b/fusearchive.py
@@ -462,7 +462,6 @@ class FuseArchive(Fuse):
self.orig_path = path
# init rw and offset
- self.offset = 0
self.rd = False
self.wr = False
self.size = 0
@@ -492,8 +491,6 @@ class FuseArchive(Fuse):
if flags & os.O_APPEND:
self.wr = True
- # TODO: handle offset -1
- self.offset = -1
if os.path.exists( "./tree" + self.orig_path ):
preexist = True