From ef9fd492fa235523ec39d50c87e7cd4e3c377f7c Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 10 Jul 2013 08:02:43 +0000 Subject: [PATCH] remove duplicated entry git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef18683011..6fb64d0e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,11 +3,6 @@ Wed Jul 10 14:18:59 2013 Nobuyoshi Nakada * process.c (fork_daemon): kill the other threads all and abandon the kept mutexes. -Wed Jul 10 14:14:44 2013 Nobuyoshi Nakada - - * process.c (fork_daemon): kill the other threads all and abandon the - kept mutexes. - Wed Jul 10 11:35:36 2013 NAKAMURA Usaku * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,