Skip to content

Commit

Permalink
unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Aug 28, 2018
1 parent 605afd1 commit d7a4b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reflector/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ func BlobHash(blob []byte) string {
return hex.EncodeToString(hashBytes[:])
}

type errorResponse struct {
Error string `json:"error"`
}
//type errorResponse struct {
// Error string `json:"error"`
//}

type handshakeRequestResponse struct {
Version int `json:"version"`
Expand Down

0 comments on commit d7a4b34

Please sign in to comment.