From de708c344ac60f233ba4d318dc3b9ea047a2aae3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 8 Sep 2007 10:30:11 +0000 Subject: r25025: Remove an unused function (This used to be commit 858f7b7d786ca352ffebb56b9fda40c636acef74) --- source3/lib/substitute.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/lib/substitute.c') diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index 955557f40c..80233c5080 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -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. -- cgit