Skip to content

Commit 34961d4

Browse files
committed
Remove unused typeOfView variable in config.go
1 parent a0ce681 commit 34961d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func NoTagsStructRowsViewer() *StructRowsViewer {
5454
var (
5555
typeOfError = reflect.TypeOf((*error)(nil)).Elem()
5656
typeOfContext = reflect.TypeOf((*context.Context)(nil)).Elem()
57-
typeOfView = reflect.TypeOf((*View)(nil)).Elem()
5857
typeOfTime = reflect.TypeOf(time.Time{})
5958
typeOfEmptyStruct = reflect.TypeOf(struct{}{})
6059
)

0 commit comments

Comments
 (0)