From f5d512fe1b163e132d1698138cff83cb4a59658c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 6 Dec 2011 20:54:04 +0000 Subject: [PATCH] http_file: remove unused attrs No need to clutter ourselves up with things we don't need. --- lib/mogilefs/http_file.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/mogilefs/http_file.rb b/lib/mogilefs/http_file.rb index 2e418e4..4d88c78 100644 --- a/lib/mogilefs/http_file.rb +++ b/lib/mogilefs/http_file.rb @@ -52,13 +52,6 @@ class MogileFS::HTTPFile < StringIO # :startdoc: ## - # The URI this file will be stored to. - - attr_reader :uri - - attr_reader :devid - - ## # The big_io name in case we have file > 256M attr_accessor :big_io -- 2.11.4.GIT