mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/thwait.rb (ThreadsWait): removed needless constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb66bf2dd8
commit
f4e5a6f083
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue