Remove sticky type

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-06-22 21:57:00 -04:00
parent f649216b9d
commit 3bb31e2b43
2 changed files with 4 additions and 14 deletions
-8
View File
@@ -82,14 +82,6 @@ func (t Timespan) String() string {
return timespans[t]
}
// todo: remove this, it is not needed
type sticky int
const (
sticky1 sticky = iota + 1
sticky2
)
type root struct {
Kind string `json:"kind,omitempty"`
Data interface{} `json:"data,omitempty"`