From 3691ece4a5d84320cc74a3a37af8c59ea1a1ee63 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Feb 2020 23:59:41 -0500 Subject: wip rpn --- rrdformat/format.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rrdformat/format.go') diff --git a/rrdformat/format.go b/rrdformat/format.go index bb37761..ca0c459 100644 --- a/rrdformat/format.go +++ b/rrdformat/format.go @@ -93,14 +93,6 @@ func (ts TimeWithUsec) Time() time.Time { return time.Unix(int64(ts.Sec), int64(ts.Usec)*1000) } -type TimeWithoutUsec struct { - Sec rrdbinary.Time -} - -func (ts TimeWithoutUsec) Time() time.Time { - return time.Unix(int64(ts.Sec), 0) -} - type PDPPrep struct { LastDS rrdbinary.String `rrdbinary:"size=30"` Scratch [10]rrdbinary.Unival -- cgit v1.2.3