time: drop unused Timer methods

Timer::set(double d) in particular seems...wrong.

Nothing uses them, so don't bother to fix them.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2018-01-26 23:48:04 -05:00
Ursprung f64fc78e36
Commit 67ac537c5e
2 geänderte Dateien mit 0 neuen und 14 gelöschten Zeilen
-2
Datei anzeigen
@@ -19,8 +19,6 @@ namespace crucible {
double age() const;
double report(int precision = 1000) const;
void reset();
void set(const chrono::high_resolution_clock::time_point &start);
void set(double delta);
double lap();
bool operator<(double d) const;
bool operator>(double d) const;