summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 09:28:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 09:28:20 +0000
commit075530a6850ebf899e8874d7675fd900577c9554 (patch)
tree45dd63e7b9262c43ebd8ef19b0057a150d1e3eb5 /vm_dump.c
parent1b039e2a922db417e7fd7e5175476497fb083e7e (diff)
* suppress warnings with -Wwrite-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 38b8f25eeb..23413cdcf5 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -576,7 +576,6 @@ VALUE rb_make_backtrace(void);
void
rb_vm_bugreport(void)
{
- rb_thread_t *th = GET_THREAD();
VALUE bt;
if (GET_THREAD()->vm) {