summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-24 14:04:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-24 14:04:40 +0000
commit923b43fb9c34dbc1f8716e5976b9e6903b3d4e6a (patch)
treef702afb2fc239a3aaf8de229bf4cfeb8ec32e120 /internal.h
parent2091ccac8859f9f4bdd0914619122fe7e6173a9c (diff)
internal.h: remove duplicate declaration
* internal.h (rb_vm_bugreport): remove declaration duplicate to `vm_core.h`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46082 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 7cd04756cc..071f3ed6af 100644
--- a/internal.h
+++ b/internal.h
@@ -911,7 +911,6 @@ VALUE rb_sourcefilename(void);
void rb_vm_pop_cfunc_frame(void);
/* vm_dump.c */
-void rb_vm_bugreport(void);
void rb_print_backtrace(void);
/* vm_eval.c */