summaryrefslogtreecommitdiffstats
path: root/src/auth/AuthClientHandler.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-23 00:25:26 +0200
committerSage Weil <sage@newdream.net>2009-10-23 01:51:20 +0200
commit101148a2493b5e8d2d58b839425ac4c6a9b403ac (patch)
tree9f1d48be638b676a1b84a26aa61a8e976f97ffec /src/auth/AuthClientHandler.h
parentauth: enforce read/write caps for osd_op (diff)
downloadceph-101148a2493b5e8d2d58b839425ac4c6a9b403ac.tar.xz
ceph-101148a2493b5e8d2d58b839425ac4c6a9b403ac.zip
auth: kill dead code
The synchronous authorize() and authenticate() code paths aren't used.
Diffstat (limited to 'src/auth/AuthClientHandler.h')
-rw-r--r--src/auth/AuthClientHandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/auth/AuthClientHandler.h b/src/auth/AuthClientHandler.h
index ca17a0ffd5a..93fbd5ad9a8 100644
--- a/src/auth/AuthClientHandler.h
+++ b/src/auth/AuthClientHandler.h
@@ -72,7 +72,6 @@ public:
int build_request();
int handle_response(int ret, bufferlist::iterator& iter);
- int do_request(double timeout);
void reset() {
status = 0;
@@ -199,9 +198,7 @@ public:
int handle_response(int trans_id, Message *response);
- int start_session(AuthClient *client, double timeout);
int send_session_request(AuthClient *client, AuthClientProtocolHandler *handler, double timeout);
- int authorize(uint32_t service_id, double timeout);
void tick();
int build_authorizer(uint32_t service_id, AuthAuthorizer& authorizer);