remove unused stub
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user