diff --git a/AK/Time.cpp b/AK/Time.cpp index 4d3e8914f6..5d601deefa 100644 --- a/AK/Time.cpp +++ b/AK/Time.cpp @@ -204,7 +204,6 @@ Time Time::operator+(const Time& other) const /* If *both* are INT64_MAX, then adding them will overflow in any case. */ return Time::max(); } - extra_secs = 0; } Checked new_secs { this_secs };