Removed an irrelevant comment from ISystemClock class

This commit is contained in:
Pavel Kirienko
2014-03-18 20:54:11 +04:00
parent 888057f3ec
commit ad65b25a26
@@ -14,9 +14,6 @@ namespace uavcan
/**
* System clock interface - monotonic and UTC.
* Note that this library uses microseconds for all time related values (timestamps, deadlines, delays),
* if not explicitly specified otherwise.
* All time values are represented as 64-bit integers.
*/
class ISystemClock
{