From 3337a68e32f8453a8b6706fedd56b78740fa665f Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Fri, 13 Sep 2013 11:18:42 +0200 Subject: cli_np_tstream: remove unused tstream_cli_np_get_cli_state() Signed-off-by: Gregor Beck Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/libsmb/cli_np_tstream.h | 2 -- 1 file changed, 2 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 5f59d146d4..6f5e855330 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -43,6 +43,4 @@ NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream); unsigned int tstream_cli_np_set_timeout(struct tstream_context *stream, unsigned int timeout); -struct cli_state *tstream_cli_np_get_cli_state(struct tstream_context *stream); - #endif /* _CLI_NP_TSTREAM_H_ */ -- cgit