Repository: couchdb-chttpd Updated Branches: refs/heads/master 1ca78bfd8 -> 8b8e9208f
Use ADMIN_CTX macro from couch_db.hrl Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/8b8e9208 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/8b8e9208 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/8b8e9208 Branch: refs/heads/master Commit: 8b8e9208fc46392feca28199f13333aa6011aadc Parents: 1ca78bf Author: Alexander Shorin <[email protected]> Authored: Mon Jan 26 07:07:43 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Mon Jan 26 07:07:43 2015 +0300 ---------------------------------------------------------------------- src/chttpd_auth_cache.erl | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/8b8e9208/src/chttpd_auth_cache.erl ---------------------------------------------------------------------- diff --git a/src/chttpd_auth_cache.erl b/src/chttpd_auth_cache.erl index a830aef..8caa112 100644 --- a/src/chttpd_auth_cache.erl +++ b/src/chttpd_auth_cache.erl @@ -20,7 +20,6 @@ -include_lib("couch/include/couch_db.hrl"). --define(ADMIN_CTX, {user_ctx, #user_ctx{roles = [<<"_admin">>]}}). -define(CACHE, chttpd_auth_cache_lru). -record(state, {
