summaryrefslogtreecommitdiff
path: root/source3/libsmb/async_smb.c
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 16:21:14 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:44 +0200
commitf43231c051d3be40b8676dd401e9511948b69bba (patch)
tree4993f59e32b6c34972180c3a9a09cd55ff026f89 /source3/libsmb/async_smb.c
parentbf38a5df5b69d41e4fa5fff7cb4447a5155058ce (diff)
downloadsamba-f43231c051d3be40b8676dd401e9511948b69bba.tar.gz
samba-f43231c051d3be40b8676dd401e9511948b69bba.tar.bz2
samba-f43231c051d3be40b8676dd401e9511948b69bba.zip
s3:libsmb: remove unused (un)set_pending functions
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb/async_smb.c')
-rw-r--r--source3/libsmb/async_smb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c
index 721ac9bfe4..8ca19111bf 100644
--- a/source3/libsmb/async_smb.c
+++ b/source3/libsmb/async_smb.c
@@ -23,16 +23,6 @@
#include "async_smb.h"
#include "../libcli/smb/smbXcli_base.h"
-void cli_smb_req_unset_pending(struct tevent_req *req)
-{
- smbXcli_req_unset_pending(req);
-}
-
-bool cli_smb_req_set_pending(struct tevent_req *req)
-{
- return smbXcli_req_set_pending(req);
-}
-
/*
* Fetch a smb request's mid. Only valid after the request has been sent by
* cli_smb_req_send().