Skip to content

Commit f2e114e

Browse files
committed
Remove error object that I no longer use
1 parent b880209 commit f2e114e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/util/commit_trailers.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import (
88
"net/mail"
99
)
1010

11-
var ErrInvalidCommitTrailerValueSyntax = errors.New("syntax error occurred while parsing a commit trailer value")
12-
1311
// ParseCommitTrailerValueWithAuthor parses a commit trailer value that contains author data.
1412
// Note that it only parses the value and does not consider the trailer key i.e. we just
1513
// parse something like the following:

0 commit comments

Comments
 (0)