Skip to content
Snippets Groups Projects
Commit 75a97e8d authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove commented and obsolete code

parent 778c25e5
No related branches found
No related tags found
No related merge requests found
Pipeline #5683 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment