remove dead code

This commit is contained in:
Simon Cruanes 2021-12-15 16:11:07 -05:00
parent 2d2ffc722a
commit 1a9b837888
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -375,8 +375,6 @@ module Request = struct
let path self = self.path
let body self = self.body
let non_query_path self = Tiny_httpd_util.get_non_query_path self.path
let query self = self.query
let get_header ?f self h = Headers.get ?f h self.headers
let get_header_int self h = match get_header self h with