From b88d649e401078a74103a78205f2c324a86eaafb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 26 Apr 2012 14:05:40 +0200 Subject: s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing() metze --- source3/libsmb/cli_np_tstream.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/libsmb/cli_np_tstream.h') diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h index b7def34c48..5f59d146d4 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -36,14 +36,6 @@ NTSTATUS _tstream_cli_np_open_recv(struct tevent_req *req, #define tstream_cli_np_open_recv(req, mem_ctx, stream) \ _tstream_cli_np_open_recv(req, mem_ctx, stream, __location__) -NTSTATUS _tstream_cli_np_existing(TALLOC_CTX *mem_ctx, - struct cli_state *cli, - uint16_t fnum, - struct tstream_context **_stream, - const char *location); -#define tstream_cli_np_existing(mem_ctx, cli, npipe, stream) \ - _tstream_cli_np_existing(mem_ctx, cli, npipe, stream, __location__) - bool tstream_is_cli_np(struct tstream_context *stream); NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream); -- cgit