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
commitcfacc8dad73147266cb2f3a41c94b14a6b19f09a (patch)
tree8948a02f51167251c17ef8f6b0c38c5d8527a286 /template
parent7da605a3aba5e7e2031b69cbf220a56ab5d73af8 (diff)
downloadruby-cfacc8dad73147266cb2f3a41c94b14a6b19f09a.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)