summaryrefslogtreecommitdiff
path: root/rrdformat/format.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2020-01-27 19:35:32 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2020-01-27 19:35:32 -0500
commita047b135ca416584178a6adde64cc156ab637431 (patch)
treeeffbe114ece44bb30fa73c73ff25de98fcaa5fb2 /rrdformat/format.go
parent496fca7357463f6ca05acab688018e8a1dc11855 (diff)
Have RRD.UnmarshalBinary() avoid parsing things repeatedly
Diffstat (limited to 'rrdformat/format.go')
-rw-r--r--rrdformat/format.go1
1 files changed, 0 insertions, 1 deletions
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 {