Skip to content

Commit ed04f28

Browse files
committed
policy/soap: delete unused method
1 parent f08c1fb commit ed04f28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gateway/src/apicast/policy/soap/soap.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ local soap_action_ctype = 'application/soap+xml'
2929

3030
local new = _M.new
3131

32-
local function starts_with(str, start)
33-
return sub(str, 1, len(start)) == start
34-
end
35-
3632
-- Extracts a SOAP action from the SOAPAction header. Returns nil when not
3733
-- present.
3834
local function soap_action_in_header(headers)

0 commit comments

Comments
 (0)