diff options
Diffstat (limited to 'source3/libsmb/clientgen.c')
-rw-r--r-- | source3/libsmb/clientgen.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 58ccff9f97..0bbcdf5c71 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -65,15 +65,6 @@ bool cli_set_backup_intent(struct cli_state *cli, bool flag) } /**************************************************************************** - convenience routine to find if we negotiated ucs2 -****************************************************************************/ - -bool cli_ucs2(struct cli_state *cli) -{ - return smbXcli_conn_use_unicode(cli->conn); -} - -/**************************************************************************** Initialize Domain, user or password. ****************************************************************************/ |