summaryrefslogtreecommitdiffstats
path: root/source/web
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-22 00:20:53 +0000
committerTim Potter <tpot@samba.org>2003-07-22 00:20:53 +0000
commit8b818ce381595cdcb36631a2440d6aa0038805f1 (patch)
tree291373a791c43732e0b12386d0d7679238a58cb2 /source/web
parentcfb86b4503c13b34583a61ef01ca8e1ed00fb9e4 (diff)
downloadsamba-8b818ce381595cdcb36631a2440d6aa0038805f1.tar.gz
samba-8b818ce381595cdcb36631a2440d6aa0038805f1.tar.xz
samba-8b818ce381595cdcb36631a2440d6aa0038805f1.zip
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Diffstat (limited to 'source/web')
-rw-r--r--source/web/swat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index d97278c4859..7326e954152 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -51,10 +51,6 @@ static int iNumNonAutoPrintServices = 0;
#define ENABLE_USER_FLAG "enable_user_flag"
#define RHOST "remote_host"
-/* we need these because we link to locking*.o */
- void become_root(void) {}
- void unbecome_root(void) {}
-
/****************************************************************************
****************************************************************************/
static int enum_index(int value, const struct enum_list *enumlist)