From 75a97e8dfff9f493644ae7d35a848683c7a199e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Sat, 13 Jun 2020 13:19:15 +0200 Subject: [PATCH] Remove commented and obsolete code --- include/core/common/time_stamp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/core/common/time_stamp.h b/include/core/common/time_stamp.h index 7e17ac4f9..2643f13c8 100644 --- a/include/core/common/time_stamp.h +++ b/include/core/common/time_stamp.h @@ -290,8 +290,6 @@ inline double TimeStamp::operator -(const TimeStamp& ts) const return double((long int)(time_stamp_nano_ - ts.time_stamp_nano_))*1e-9; // long int cast fix overflow in case of negative substraction result } -//static const TimeStamp TimeStampInvalid() {return TimeStamp(-1.0);} - } // namespace wolf #endif -- GitLab