From: Brian Warner <warner@allmydata.com>
Date: Fri, 29 Jun 2007 07:50:00 +0000 (-0700)
Subject: interfaces.py: remove some unused 'pass' lines
X-Git-Tag: allmydata-tahoe-0.4.0~15
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/flags/webapi.txt?a=commitdiff_plain;h=a8bf0645dc1a44dbd43af35c6ca24e4997f44d46;p=tahoe-lafs%2Ftahoe-lafs.git

interfaces.py: remove some unused 'pass' lines
---

diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index ba4367f0..508adf09 100644
--- a/src/allmydata/interfaces.py
+++ b/src/allmydata/interfaces.py
@@ -190,21 +190,20 @@ class RIVirtualDriveServer(RemoteInterface):
         This will raise IndexError if a child with the given name already
         exists.
         """
-        pass
 
     def delete(index=Hash, write_enabler=Hash, key=Hash):
         """Delete a specific child.
 
         This uses the hashed key to locate a specific child, and deletes it.
         """
-        pass
 
 
 class IFileNode(Interface):
     def download(target):
         """Download the file's contents to a given IDownloadTarget"""
     def download_to_data():
-        pass
+        """Download the file's contents. Return a Deferred that fires
+        with those contents."""
 
     def get_uri():
         """Return the URI that can be used by others to get access to this