From 5b47ec7a8bbe913b89e8432579bde7965bd37084 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sun, 3 Jun 2012 15:08:43 +0900 Subject: remove a blank line --- src/time.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/time.c b/src/time.c index 516365da5..a6f1e4d1f 100644 --- a/src/time.c +++ b/src/time.c @@ -358,7 +358,6 @@ mrb_time_minus(mrb_state *mrb, mrb_value self) tm2 = mrb_get_datatype(mrb, other, &mrb_time_type); if (tm2) { - f = (mrb_float)(tm->sec - tm2->sec) + (mrb_float)(tm->usec - tm2->usec) / 1.0e6; return mrb_float_value(f); -- cgit v1.2.3