* 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:
hsbt 2014-08-26 02:39:43 +00:00
Родитель fb66bf2dd8
Коммит f4e5a6f083
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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.")