diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-28 10:22:15 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-28 10:22:15 +0100 |
commit | 8f4769d2acc46c5ef51ab376c7c0469364f7d095 (patch) | |
tree | b75409699491181997b4223c48d8f36d6664d504 /src/Stats.hxx | |
parent | a3ca9963a55d13492a784fe66056c12bf328f447 (diff) |
Stats: initialize start_time automatically
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index 1b66eb2d1..34009c5cf 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -24,9 +24,6 @@ class Response; struct Partition; void -stats_global_init(); - -void stats_invalidate(); void |