about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-10-22 01:41:09 +0000
committerEric Wong <normalperson@yhbt.net>2011-10-22 01:41:09 +0000
commitc35ea4f30221e18fa5d504a444a40f611e21c291 (patch)
treec59c50680c1bd579e8494dd6fc56d74163419467
parent095967f8a960ec1720ea6aaa2dbed1063ba74ba8 (diff)
downloadmogilefs-client-c35ea4f30221e18fa5d504a444a40f611e21c291.tar.gz
NFS support is gone
-rw-r--r--lib/mogilefs/httpfile.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mogilefs/httpfile.rb b/lib/mogilefs/httpfile.rb
index 658b517..6964d34 100644
--- a/lib/mogilefs/httpfile.rb
+++ b/lib/mogilefs/httpfile.rb
@@ -11,9 +11,6 @@ require 'mogilefs/util'
 # You really don't want to create an HTTPFile by hand.  Instead you want to
 # create a new file using MogileFS::MogileFS.new_file.
 #
-#--
-# TODO dup'd content in MogileFS::NFSFile
-
 class MogileFS::HTTPFile < StringIO
   include MogileFS::Util