remove unused
This commit is contained in:
parent
a4750fa537
commit
ab8a6a82e1
1 changed files with 0 additions and 4 deletions
|
@ -47,7 +47,6 @@ module Utility.GitLFS (
|
|||
Endpoint,
|
||||
guessEndpoint,
|
||||
modifyEndpointRequest,
|
||||
HostUser,
|
||||
sshDiscoverEndpointCommand,
|
||||
parseSshDiscoverEndpointResponse,
|
||||
|
||||
|
@ -369,9 +368,6 @@ startTransferRequest (Endpoint r) tr = r
|
|||
, requestBody = RequestBodyLBS (encode tr)
|
||||
}
|
||||
|
||||
-- | "user@host" or just the hostname.
|
||||
type HostUser = String
|
||||
|
||||
addLfsJsonHeaders :: Request -> Request
|
||||
addLfsJsonHeaders r = r
|
||||
{ requestHeaders = requestHeaders r ++
|
||||
|
|
Loading…
Reference in a new issue