Remove errParseRequest

This commit is contained in:
Taylor Gerring
2015-02-24 19:22:08 +01:00
parent 43acad81b3
commit c8e9abff53
3 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,6 @@ var (
errArguments = errors.New("Error: Insufficient arguments")
errNotImplemented = errors.New("Error: Method not implemented")
errUnknown = errors.New("Error: Unknown error")
errParseRequest = errors.New("Error: Could not parse request")
errDecodeArgs = errors.New("Error: Could not decode arguments")
)