summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 00:57:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 00:57:09 +0000
commitfbe5ce6ca7c57cb74572395b6cc5e9f76dd3c9d8 (patch)
tree9ceb2bac4a709c627e2546d5caf0af9ab965793e /vm_dump.c
parentc20a118c500a783388d698a8585ab25935160f98 (diff)
* eval_intern.h (rb_vm_get_sourceline): add prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 7667cb616b..f245cccca0 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -103,8 +103,6 @@ control_frame_dump(rb_thread_t *th, rb_control_frame_t *cfp)
iseq_name = "<ifunc>";
}
else {
- int rb_vm_get_sourceline(rb_control_frame_t *);
-
pc = cfp->pc - cfp->iseq->iseq_encoded;
iseq_name = RSTRING_PTR(cfp->iseq->name);
line = rb_vm_get_sourceline(cfp);