remove unused stub

This commit is contained in:
Bel LaPointe
2021-12-31 22:49:51 -05:00
parent 15c5f03ccf
commit cb4886992a
2 changed files with 7 additions and 6 deletions

View File

@@ -25,7 +25,3 @@ func (ts TS) MarshalYAML() (interface{}, error) {
}
return int64(ts), nil
}
func (ts *TS) UnmarshalJSON(b []byte) error {
return json.Unmarshal(b, (*int64)(ts))
}