diff options
author | Tim Potter <tpot@samba.org> | 2003-07-22 00:20:53 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-07-22 00:20:53 +0000 |
commit | 274f1f8806f091a38bbf65363d7edf681459b58d (patch) | |
tree | bb682c1a3617a08ca9edebe571db08e3a25752ca /source3/rpcclient | |
parent | 63537d0add21301bc069a0cceac21cd36dbc51fd (diff) | |
download | samba-274f1f8806f091a38bbf65363d7edf681459b58d.tar.gz samba-274f1f8806f091a38bbf65363d7edf681459b58d.tar.bz2 samba-274f1f8806f091a38bbf65363d7edf681459b58d.zip |
Replace the eight (!) copies of dummy become/unbecome root with a single one.
(This used to be commit 8b818ce381595cdcb36631a2440d6aa0038805f1)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index af021962f5..614a3bc36b 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -37,21 +37,6 @@ static struct cmd_list { struct cmd_set *cmd_set; } *cmd_list; -/***************************************************************************** - stubb functions -****************************************************************************/ - -void become_root( void ) -{ - return; -} - -void unbecome_root( void ) -{ - return; -} - - /**************************************************************************** handle completion of commands for readline ****************************************************************************/ |