mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
revert deprecated functions
* error.c (rb_compile_error_with_enc, rb_compile_error), (rb_compile_bug): revert deprecate internal functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fd34fa328
commit
ea98e52f70
1 changed files with 0 additions and 4 deletions
4
error.c
4
error.c
|
@ -127,7 +127,6 @@ compile_err_append(VALUE mesg)
|
|||
th->base_block = prev_base_block;
|
||||
}
|
||||
|
||||
#if 0
|
||||
void
|
||||
rb_compile_error_with_enc(const char *file, int line, void *enc, const char *fmt, ...)
|
||||
{
|
||||
|
@ -151,7 +150,6 @@ rb_compile_error(const char *file, int line, const char *fmt, ...)
|
|||
va_end(args);
|
||||
compile_err_append(str);
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
rb_compile_error_str(VALUE file, int line, void *enc, const char *fmt, ...)
|
||||
|
@ -485,7 +483,6 @@ rb_async_bug_errno(const char *mesg, int errno_arg)
|
|||
abort();
|
||||
}
|
||||
|
||||
#if 0
|
||||
void
|
||||
rb_compile_bug(const char *file, int line, const char *fmt, ...)
|
||||
{
|
||||
|
@ -493,7 +490,6 @@ rb_compile_bug(const char *file, int line, const char *fmt, ...)
|
|||
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
rb_compile_bug_str(VALUE file, int line, const char *fmt, ...)
|
||||
|
|
Loading…
Reference in a new issue