remove duplicated entry

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-07-10 08:02:43 +00:00
parent 83240be247
commit ef9fd492fa

View File

@ -3,11 +3,6 @@ Wed Jul 10 14:18:59 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
Wed Jul 10 14:14:44 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
Wed Jul 10 11:35:36 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,