summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/param/loadparm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 6895ebe4d0..d4ee8a22f2 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1495,10 +1495,6 @@ static void free_param_opts(struct parmlist_entry **popts)
{
struct parmlist_entry *opt, *next_opt;
- if (popts == NULL) {
- return;
- }
-
if (*popts != NULL) {
DEBUG(5, ("Freeing parametrics:\n"));
}