From 747b7b7316e81a3a304938ef5de10ecb9afc2de3 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 27 Jul 2015 04:25:11 +0000 Subject: [PATCH] * template/id.h.tmpl (ID2ATTRSET): remove an unused macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ template/id.h.tmpl | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d48b8c813d..13140db22c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 27 13:24:11 2015 Koichi Sasada + + * template/id.h.tmpl (ID2ATTRSET): remove an unused macro. + Mon Jul 27 12:21:15 2015 NAKAMURA Usaku * test/openssl/tset_ssl.rb: run tests on non-Unix platforms. diff --git a/template/id.h.tmpl b/template/id.h.tmpl index 92dbc47586..ff2cb6b771 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -54,8 +54,6 @@ enum ruby_id_types { #define ID_JUNK RUBY_ID_JUNK #define ID_INTERNAL RUBY_ID_INTERNAL -#define ID2ATTRSET(id) (((id)&~ID_SCOPE_MASK)|ID_ATTRSET) - #define symIFUNC ID2SYM(idIFUNC) #define symCFUNC ID2SYM(idCFUNC)