Skip to content

Commit 39543d6

Browse files
committed
chore: remove obsolete code
1 parent 41e714e commit 39543d6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

strings/duration_gen.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ import (
99
"github.com/google/cel-go/common/types/ref"
1010
)
1111

12-
// var durationHumanize = cel.Function("HumanDuration",
13-
// cel.Overload("duration.HumanDuration",
14-
// []*cel.Type{cel.DynType},
15-
// cel.StringType,
16-
// cel.UnaryBinding(func(value ref.Val) ref.Val {
17-
// return types.String(HumanDuration(value.Value()))
18-
// }),
19-
// ),
20-
// )
21-
2212
func age(value ref.Val) ref.Val {
2313
switch v := value.Value().(type) {
2414
case int, int32, int64, float32, float64:

0 commit comments

Comments
 (0)