Skip to content

Commit

Permalink
Removed unused commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Christie <[email protected]>
  • Loading branch information
graemechristie committed Nov 1, 2023
1 parent 3ce0fb6 commit 101f75d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion injectproxy/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ func (sle StaticLabelEnforcer) ExtractLabel(next http.HandlerFunc) http.Handler
}

func NewRoutes(upstream *url.URL, label string, extractLabeler ExtractLabeler, opts ...Option) (*routes, error) {
//extraHttpHeaders []string, rewriteHostHeader string
opt := options{}
for _, o := range opts {
o.apply(&opt)
Expand Down

0 comments on commit 101f75d

Please sign in to comment.