summaryrefslogtreecommitdiff
path: root/python/samba/tests/docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/docs.py')
-rw-r--r--python/samba/tests/docs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index 3e7dcbc8e2f..1b9b94a5b86 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -72,8 +72,6 @@ def get_implementation_parameters(sourcedir):
if re.match("^\s*\}\;\s*$", l):
break
# pull in the param names only
- if re.match(".*P_SEPARATOR.*", l):
- continue
m = re.match("\s*\.label\s*=\s*\"(.*)\".*", l)
if not m:
continue