summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
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 35efbbe384..4bdb267c79 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -458,7 +458,6 @@ typedef struct rb_parser_config_struct {
/* Bignum */
void (*bignum_negate)(VALUE b);
VALUE (*big_norm)(VALUE x);
- VALUE (*int2big)(intptr_t n);
VALUE (*cstr_to_inum)(const char *str, int base, int badcheck);
/* Float */