diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index d71a8a0bde..0e69be94e1 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3556,17 +3556,6 @@ static void dump_globals(FILE *f) } /*************************************************************************** - Return true if a local parameter is currently set to the global default. -***************************************************************************/ - -bool lp_is_default(int snum, struct parm_struct *parm) -{ - return lpcfg_equal_parameter(parm->type, - lp_parm_ptr(ServicePtrs[snum], parm), - lp_parm_ptr(NULL, parm)); -} - -/*************************************************************************** Display the contents of a single services record. ***************************************************************************/ |