Remove _restart

Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/ed48f3c0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/ed48f3c0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/ed48f3c0

Branch: refs/heads/import
Commit: ed48f3c0bd2a52c9fb69eaa44f1dac3cf3ba344e
Parents: 9902a47
Author: Robert Newson <[email protected]>
Authored: Tue Mar 5 15:27:41 2013 -0600
Committer: Robert Newson <[email protected]>
Committed: Tue Mar 5 20:18:09 2013 -0600

----------------------------------------------------------------------
 src/chttpd.erl | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/ed48f3c0/src/chttpd.erl
----------------------------------------------------------------------
diff --git a/src/chttpd.erl b/src/chttpd.erl
index 7c80422..d78422a 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -346,8 +346,6 @@ url_handler("_log") ->          fun 
chttpd_misc:handle_log_req/1;
 url_handler("_sleep") ->        fun chttpd_misc:handle_sleep_req/1;
 url_handler("_session") ->      fun couch_httpd_auth:handle_session_req/1;
 url_handler("_oauth") ->        fun couch_httpd_oauth:handle_oauth_req/1;
-%% showroom_http module missing in bigcouch
-url_handler("_restart") ->      fun showroom_http:handle_restart_req/1;
 url_handler("_membership") ->   fun mem3_httpd:handle_membership_req/1;
 url_handler(_) ->               fun chttpd_db:handle_request/1.
 

Reply via email to