aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-26 02:39:43 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-26 02:39:43 +0000
commitf4e5a6f08374c4f12db75723ffbe003d35d4935d (patch)
tree5de73b93a1f2a017af9da4fddea07d3d2fcb9f34
parentfb66bf2dd8f307b9741f4f076d70c6cbf560d0e5 (diff)
downloadruby-f4e5a6f08374c4f12db75723ffbe003d35d4935d.tar.gz
* lib/thwait.rb (ThreadsWait): removed needless constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/thwait.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cc6d491989..96f3312f95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 26 11:39:01 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * lib/thwait.rb (ThreadsWait): removed needless constant.
+
Tue Aug 26 09:27:10 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/mathn.rb: mathn library is deprecated on ruby 2.2.
diff --git a/lib/thwait.rb b/lib/thwait.rb
index f6bf314b4b..60f3911887 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -25,8 +25,6 @@ require "e2mmap.rb"
#
#
class ThreadsWait
- RCS_ID='-$Id: thwait.rb,v 1.3 1998/06/26 03:19:34 keiju Exp keiju $-'
-
extend Exception2MessageMapper
def_exception("ErrNoWaitingThread", "No threads for waiting.")
def_exception("ErrNoFinishedThread", "No finished threads.")