From 1967c5c5cd38f5c3077f59115b9e847ae34fabc7 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 --- source/lib/substitute.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/lib/substitute.c b/source/lib/substitute.c index 768d30d751c..57df02f7216 100644 --- a/source/lib/substitute.c +++ b/source/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