From a047b135ca416584178a6adde64cc156ab637431 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 Jan 2020 19:35:32 -0500 Subject: Have RRD.UnmarshalBinary() avoid parsing things repeatedly --- rrdformat/format.go | 1 - 1 file changed, 1 deletion(-) (limited to 'rrdformat/format.go') diff --git a/rrdformat/format.go b/rrdformat/format.go index f9b8504..2900ce8 100644 --- a/rrdformat/format.go +++ b/rrdformat/format.go @@ -70,7 +70,6 @@ type TimeWithUsec struct { type TimeWithoutUsec struct { Sec rrdbinary.Time - Usec rrdbinary.Int `rrdbinary:"-"` } type PDPPrep struct { -- cgit v1.2.3