summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 18:48:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 18:48:34 +0000
commit2cb0c380143550469504d1fef6af16d40cd7d365 (patch)
tree9f3899967f8ca4b6b901d72d1bf2dcf5ef2b745d /time.c
parentdb0721aaeb5b28437d970c351bb38aa64c63df8f (diff)
unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/time.c b/time.c
index 0a9ed630b5..a0fdcef468 100644
--- a/time.c
+++ b/time.c
@@ -1466,7 +1466,6 @@ time_new_internal(VALUE klass, VALUE timev)
{
VALUE time = time_s_alloc(klass);
struct time_object *tobj;
- struct timespec ts;
GetTimeval(time, tobj);
tobj->timev = num_exact(timev);