From b134d4bc4ad665b82438eb8e1b5cbd1098a36aed Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 14 Jul 2009 21:28:13 +0200 Subject: Attempt to fix the build --- source3/param/loadparm.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 5d3ac9207e..dbbd6e327d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8729,28 +8729,6 @@ static int process_usershare_file(const char *dir_name, const char *file_name, i return iService; } -/*************************************************************************** -Am I a usershare service? -***************************************************************************/ -bool am_usershare(int iService) -{ - if (iService >= 0) { - return (ServicePtrs[iService]->usershare == USERSHARE_VALID); - } - return false; -} - -/*************************************************************************** -Am I a usershare service? -***************************************************************************/ -bool am_usershare(int iService) -{ - if (iService >= 0) { - return (ServicePtrs[iService]->usershare == USERSHARE_VALID); - } - return false; -} - /*************************************************************************** Checks if a usershare entry has been modified since last load. ***************************************************************************/ -- cgit