Skip to content

Commit 9c8219a

Browse files
authored
pkg/demoinfocs/fake: remove unused func Parser.IsPOV()
1 parent a4a02b4 commit 9c8219a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/demoinfocs/fake/parser.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ func NewParser() *Parser {
8484
return p
8585
}
8686

87-
// IsPOV is a mock-implementation of Parser.IsPOV().
88-
func (p *Parser) IsPOV() bool {
89-
return p.Called().Bool(0)
90-
}
91-
9287
// ServerClasses is a mock-implementation of Parser.ServerClasses().
9388
//
9489
// Unfortunately sendtables.ServerClasses currently isn't mockable.

0 commit comments

Comments
 (0)