From 7b18746587b25ab1438be4b20ea7d59e99db84f1 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 4 Dec 2011 13:35:50 +0000 Subject: * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tempfile.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tempfile.rb') diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 22401b030c..ba2a437f79 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -79,7 +79,6 @@ require 'thread' # same Tempfile object from multiple threads then you should protect it with a # mutex. class Tempfile < DelegateClass(File) - MAX_TRY = 10 # :nodoc: include Dir::Tmpname # call-seq: -- cgit v1.2.3