comments removed

This commit is contained in:
Robin Müller 2020-11-03 16:31:25 +01:00
parent 81f5783d37
commit f69f9bb31e
2 changed files with 1 additions and 6 deletions

View File

@ -9,9 +9,6 @@
#include <cstdint>
#include <sys/time.h>
// TODO: Maybe a namespace would be better/more fitting for this?
// After all, right now it is just a collection of static functions.
// The mutex and leap seconds can be put in an anonymous namespace.
class Clock {
public:

View File

@ -3,9 +3,7 @@
#include <cstdint>
// It would be better to put this in a clock namespace, but then we
// have a nameclash with the class Clock (which propably also should be put
// in a namespace)
typedef struct {
uint32_t year; //!< Year, A.D.
uint32_t month; //!< Month, 1 .. 12.