]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove unneeded lines the crept in from previous WIP commits
authorDavid Stainton <dstainton415@gmail.com>
Wed, 22 Apr 2015 02:16:52 +0000 (03:16 +0100)
committerDavid Stainton <dstainton415@gmail.com>
Wed, 22 Apr 2015 02:16:52 +0000 (03:16 +0100)
src/allmydata/frontends/drop_upload.py

index 48ed2cd329953248bbf59152b2019a61167f9d3b..645aa9ef8fe7c8eb86c43eaefed74be747f3bf5c 100644 (file)
@@ -38,8 +38,6 @@ class DropUploader(service.MultiService):
                                  "could not be represented in the filesystem encoding."
                                  % quote_output(local_dir_utf8))
 
-        self._objid = None
-        self._classname = 'DropUploader'
         self._upload_lazy_tail = defer.succeed(None)
         self._pending = set()
         self._client = client