aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-16 01:53:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-16 01:53:15 +0000
commit29159b0212030d723a0083528b00e826fe36acc4 (patch)
tree584fe1b879119f70957b5f060192f59bbc007afa /internal.h
parent2d62b9f2c5cc96e22d528fbbc1730ceaee3acd83 (diff)
downloadruby-29159b0212030d723a0083528b00e826fe36acc4.tar.gz
removed ruby_error_print
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 45d1426b1c..5518825f7e 100644
--- a/internal.h
+++ b/internal.h
@@ -1154,7 +1154,6 @@ VALUE rb_warning_string(const char *fmt, ...);
VALUE rb_refinement_module_get_refined_class(VALUE module);
/* eval_error.c */
-void ruby_error_print(void);
VALUE rb_get_backtrace(VALUE info);
/* eval_jump.c */