Skip to content

Commit

Permalink
Merge pull request #158 from raninho/master
Browse files Browse the repository at this point in the history
[tests] old_test: const DefaultRemoteAddr is unused.
  • Loading branch information
elithrar committed Mar 17, 2016
2 parents acf3be1 + 8e05c69 commit 0eeaf83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions old_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ func NewRecorder() *ResponseRecorder {
}
}

// DefaultRemoteAddr is the default remote address to return in RemoteAddr if
// an explicit DefaultRemoteAddr isn't set on ResponseRecorder.
const DefaultRemoteAddr = "1.2.3.4"

// Header returns the response headers.
func (rw *ResponseRecorder) Header() http.Header {
return rw.HeaderMap
Expand Down

0 comments on commit 0eeaf83

Please sign in to comment.