diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-23 08:45:53 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-23 08:45:53 +0900 |
| commit | cac740c75068e6465725e50d7aca576c1bf550c5 (patch) | |
| tree | 2b49db345f79c772abbe39924a6664459c08a7cb /src | |
| parent | 8b6f6faf1e3771c04a1e2a58b1bbc84fe7d5c1e2 (diff) | |
| download | mruby-cac740c75068e6465725e50d7aca576c1bf550c5.tar.gz mruby-cac740c75068e6465725e50d7aca576c1bf550c5.zip | |
remove duplicated variable declaration
Diffstat (limited to 'src')
| -rw-r--r-- | src/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/time.c b/src/time.c index 938e8af36..8f9e6dd0c 100644 --- a/src/time.c +++ b/src/time.c @@ -365,8 +365,6 @@ mrb_time_minus(mrb_state *mrb, mrb_value self) return mrb_float_value(f); } else { - mrb_float f; - mrb_get_args(mrb, "f", &f); return mrb_time_make(mrb, mrb_obj_class(mrb, self), tm->sec-f, tm->usec, tm->timezone); } |
