s3:libsmb: get rid of cli_ucs2
[mat/samba.git] / source3 / libsmb / clientgen.c
index 58ccff9f9732686a7d0d36a489a2e4c1503d01e9..0bbcdf5c71c9027fdf8d6116e4bbcbac856ffcd6 100644 (file)
@@ -64,15 +64,6 @@ bool cli_set_backup_intent(struct cli_state *cli, bool flag)
        return old_state;
 }
 
-/****************************************************************************
- 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.
 ****************************************************************************/