summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 0d3a04c88e..b564523ae4 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -1233,7 +1233,6 @@ typedef struct rb_parser_config_struct {
const char *(*id2name)(ID id);
VALUE (*id2str)(ID id);
VALUE (*id2sym)(ID x);
- ID (*sym2id)(VALUE sym);
/* String */
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 2, 3)