remove unused global var

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

Former-commit-id: c02ced98c7e01c4876248a1dac3cb3a53c5b6d8a
development
kim (grufwub) 4 years ago
parent f5be927a26
commit bdc0c427de

@ -90,9 +90,6 @@ var (
// RemapRequest is the global function to remap a request
RemapRequest func(*Request) bool
// MapSCGIRequest is the global function to map a request to SCGI
MapSCGIRequest func(*Request) bool
// Global client-handling filesystem functions
newFileContent func(*Path) FileContent
handleDirectory func(*Client, *os.File, *Path) *errors.Error

Loading…
Cancel
Save