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