aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-27 04:25:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-27 04:25:11 +0000
commit747b7b7316e81a3a304938ef5de10ecb9afc2de3 (patch)
tree8948a02f51167251c17ef8f6b0c38c5d8527a286 /template
parent7d8ac5913136172de8b69359e0d896f311b1c090 (diff)
downloadruby-747b7b7316e81a3a304938ef5de10ecb9afc2de3.tar.gz
* 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
Diffstat (limited to 'template')
-rw-r--r--template/id.h.tmpl2
1 files changed, 0 insertions, 2 deletions
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)