dumping ground for random patches and texts
 help / color / mirror / Atom feed
* [PATCH] remove unnecessary enumerator requires
@ 2015-07-16 20:40 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-07-16 20:40 UTC (permalink / raw)
  To: spew

* lib/rinda/tuplespace.rb: remove enumerator require
* test/pathname/test_pathname.rb: ditto

Related to https://bugs.ruby-lang.org/issues/10902
but not a complete fix.
---
 lib/rinda/tuplespace.rb        | 1 -
 test/pathname/test_pathname.rb | 1 -
 2 files changed, 2 deletions(-)

diff --git a/lib/rinda/tuplespace.rb b/lib/rinda/tuplespace.rb
index 11532fd..14cae9e 100644
--- a/lib/rinda/tuplespace.rb
+++ b/lib/rinda/tuplespace.rb
@@ -2,7 +2,6 @@ require 'monitor'
 require 'thread'
 require 'drb/drb'
 require 'rinda/rinda'
-require 'enumerator'
 require 'forwardable'
 
 module Rinda
diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb
index b012633..94f0e36 100644
--- a/test/pathname/test_pathname.rb
+++ b/test/pathname/test_pathname.rb
@@ -3,7 +3,6 @@ require 'pathname'
 
 require 'fileutils'
 require 'tmpdir'
-require 'enumerator'
 
 
 class TestPathname < Test::Unit::TestCase
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-16 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 20:40 [PATCH] remove unnecessary enumerator requires Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).