Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhatcott committed May 22, 2024
1 parent 6071b51 commit 1548841
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions contracts_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,14 @@ const (
mimeTypeApplicationXMLUTF8 = mimeTypeApplicationXML + characterSetUTF8
mimeTypeApplicationTextXML = "text/xml"

mimeTypeApplicationJavascript = "application/javascript"
mimeTypeApplicationJavascriptUTF8 = mimeTypeApplicationJavascript + characterSetUTF8

characterSetUTF8 = "; charset=utf-8"

headerContentType = "Content-Type"
headerContentDisposition = "Content-Disposition"
headerAccept = "Accept"
headerAcceptAnyValue = "*/*"

emptyContentType = ""
defaultJSONPCallbackParameter = "callback"
defaultJSONPCallbackName = "callback"
)

var (
headerAcceptTypeJavascript = []string{mimeTypeApplicationJavascript}
emptyContentType = ""
)

var (
Expand Down

0 comments on commit 1548841

Please sign in to comment.