remove unused register file function

This commit is contained in:
Chris Lu
2018-06-01 23:24:34 -07:00
parent 43e3f5724c
commit ebf58709d3
3 changed files with 0 additions and 97 deletions

View File

@@ -51,7 +51,6 @@ func NewFilerServer(defaultMux, readonlyMux *http.ServeMux, ip string, port int,
fs.filer.LoadConfiguration()
defaultMux.HandleFunc("/admin/register", fs.registerHandler)
defaultMux.HandleFunc("/favicon.ico", faviconHandler)
defaultMux.HandleFunc("/", fs.filerHandler)
if defaultMux != readonlyMux {