From: David Stainton <dstainton415@gmail.com>
Date: Wed, 22 Apr 2015 02:16:52 +0000 (+0100)
Subject: Remove unneeded lines the crept in from previous WIP commits
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/readonly?a=commitdiff_plain;h=50b9a34d93d8a7eafd49aa3a875d88d109642453;p=tahoe-lafs%2Ftahoe-lafs.git

Remove unneeded lines the crept in from previous WIP commits
---

diff --git a/src/allmydata/frontends/drop_upload.py b/src/allmydata/frontends/drop_upload.py
index 0878ea48..382b6d10 100644
--- a/src/allmydata/frontends/drop_upload.py
+++ b/src/allmydata/frontends/drop_upload.py
@@ -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