summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-09-08 10:30:11 +0000
committerVolker Lendecke <vlendec@samba.org>2007-09-08 10:30:11 +0000
commit1967c5c5cd38f5c3077f59115b9e847ae34fabc7 (patch)
tree0dc2263fefd30caba95577d4fd40012dcc9948de
parent8ad0245cddaa598eea55ce80de9b5114833b0536 (diff)
downloadsamba-1967c5c5cd38f5c3077f59115b9e847ae34fabc7.tar.gz
samba-1967c5c5cd38f5c3077f59115b9e847ae34fabc7.tar.xz
samba-1967c5c5cd38f5c3077f59115b9e847ae34fabc7.zip
r25025: Remove an unused function
-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.