Chromium Code Reviews| Index: src/runtime/runtime-date.cc |
| diff --git a/src/runtime/runtime-date.cc b/src/runtime/runtime-date.cc |
| index b4ed6bd33f4439806e437d08fe834426ddf246f6..614b4a9ede9199518ccbe7ae380dfd974c776114 100644 |
| --- a/src/runtime/runtime-date.cc |
| +++ b/src/runtime/runtime-date.cc |
| @@ -39,7 +39,6 @@ RUNTIME_FUNCTION(Runtime_DateSetValue) { |
| DateCache* date_cache = isolate->date_cache(); |
| Handle<Object> value; |
| - ; |
| bool is_value_nan = false; |
| if (std::isnan(time)) { |
| value = isolate->factory()->nan_value(); |