diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-13 11:53:10 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-13 15:45:36 +0100 |
commit | 611ab8aaa779c1e426a918eb376b8a8e44bc56ef (patch) | |
tree | 48784ed5afc683777e38ff9542a0dd6f652730f8 /source3/lib | |
parent | 1399e6bdf52d2ef08d1cea918a171108c502900a (diff) | |
download | samba-611ab8aaa779c1e426a918eb376b8a8e44bc56ef.tar.gz samba-611ab8aaa779c1e426a918eb376b8a8e44bc56ef.tar.bz2 samba-611ab8aaa779c1e426a918eb376b8a8e44bc56ef.zip |
s3:lib/dummyparam: remove unused conn_snum_used() dummy
metze
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dummyparam.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lib/dummyparam.c b/source3/lib/dummyparam.c index bad5d56ffc..91dda65dee 100644 --- a/source3/lib/dummyparam.c +++ b/source3/lib/dummyparam.c @@ -28,8 +28,3 @@ int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out) return -1; } -bool conn_snum_used(struct smbd_server_connection *sconn, - int snum) -{ - return False; -} |