about summary refs log tree commit homepage
path: root/lib/mogilefs/client.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-15 16:24:12 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-15 16:24:12 -0700
commit0d4068e5e890aad959419ad932a162ab170868c5 (patch)
treed5c869d413c1e549fea1829c570021c082dcb074 /lib/mogilefs/client.rb
parentfb9f44979ee98b7d90c0501986e75d633ec555f0 (diff)
downloadmogilefs-client-0d4068e5e890aad959419ad932a162ab170868c5.tar.gz
Diffstat (limited to 'lib/mogilefs/client.rb')
-rw-r--r--lib/mogilefs/client.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mogilefs/client.rb b/lib/mogilefs/client.rb
index 75d35d2..56b483a 100644
--- a/lib/mogilefs/client.rb
+++ b/lib/mogilefs/client.rb
@@ -38,8 +38,6 @@ class MogileFS::Client
 
   ##
   # The last error reported by the backend.
-  #--
-  # TODO use Exceptions
 
   def err
     @backend.lasterr
@@ -47,8 +45,6 @@ class MogileFS::Client
 
   ##
   # The last error message reported by the backend.
-  #--
-  # TODO use Exceptions
 
   def errstr
     @backend.lasterrstr