mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 13:50:58 +01:00
Remove error object that I no longer use
This commit is contained in:
parent
b8802097af
commit
f2e114e5cf
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ import (
|
|||
"net/mail"
|
||||
)
|
||||
|
||||
var ErrInvalidCommitTrailerValueSyntax = errors.New("syntax error occurred while parsing a commit trailer value")
|
||||
|
||||
// ParseCommitTrailerValueWithAuthor parses a commit trailer value that contains author data.
|
||||
// Note that it only parses the value and does not consider the trailer key i.e. we just
|
||||
// parse something like the following:
|
||||
|
|
Loading…
Reference in a new issue