1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r25025: Remove an unused function

This commit is contained in:
Volker Lendecke 2007-09-08 10:30:11 +00:00 committed by Gerald (Jerry) Carter
parent bc8b74dbfe
commit 858f7b7d78

View File

@ -140,11 +140,6 @@ void sub_set_smb_name(const char *name)
}
}
char* sub_get_smb_name( void )
{
return smb_user_name;
}
/*******************************************************************
Setup the strings used by substitutions. Called per packet. Ensure
%U name is set correctly also.