diff options
Diffstat (limited to 'source4/param/pyparam.c')
-rw-r--r-- | source4/param/pyparam.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c index e780c2ece8c..14ffb2d8c38 100644 --- a/source4/param/pyparam.c +++ b/source4/param/pyparam.c @@ -143,8 +143,6 @@ static PyObject *py_lp_ctx_get_helper(struct loadparm_context *lp_ctx, const cha PyString_FromString(strlist[j])); return pylist; } - case P_SEP: - return NULL; /* this stands for a separator, can be ignored */ } return NULL; |