summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/lib/substitute.c5
1 files changed, 0 insertions, 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.