mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Code cleanup after #3314. Reverting already parsed '-' sign after parse fail is unnecessary, because in this case the whole date parse is failed. Additionally this dead code was incorrect too, because it didn't modify the original pointer to the string, but a local variable. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu