From 2e33fdfbcad63ae4da6ef04e75ed8073ad9afe0f Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 12 Sep 2014 21:34:25 +0000 Subject: vm.c (thread_alloc): remove needless volatile If we needed a volatile there, every other alloc function would need it. There is nothing special I can see about thread_alloc which would justify it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d13ec0cce..bf5eb30a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 13 06:31:23 2014 Eric Wong + + * vm.c (thread_alloc): remove needless volatile + Sat Sep 13 06:13:55 2014 Eric Wong * proc.c (proc_free): remove, use RUBY_TYPED_DEFAULT_FREE -- cgit v1.2.3