Skip to content

Commit

Permalink
remove unused notFoundHandler in echo struct (#2102)
Browse files Browse the repository at this point in the history
* remove unused notFoundHandler in echo
  • Loading branch information
nonbutAworker committed Feb 23, 2022
1 parent 6cb3b7c commit 27b404b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echo.go
Expand Up @@ -75,7 +75,6 @@ type (
maxParam *int
router *Router
routers map[string]*Router
notFoundHandler HandlerFunc
pool sync.Pool
Server *http.Server
TLSServer *http.Server
Expand Down

0 comments on commit 27b404b

Please sign in to comment.