diff --git a/contrib/check-config.py b/contrib/check-config.py
index 0ae07173881d637d688f402ce45315ecbd2ff88d_Y29udHJpYi9jaGVjay1jb25maWcucHk=..d1cb185b9ee2da13d1eb84860ee966f09d240c54_Y29udHJpYi9jaGVjay1jb25maWcucHk= 100755
--- a/contrib/check-config.py
+++ b/contrib/check-config.py
@@ -27,7 +27,6 @@
             m = re.match('\s*``(\S+)``', l)
             if m:
                 prevname = m.group(1)
-                continue
             if re.match('^\s*-+$', l):
                 sect = prevname
                 prevname = ''
@@ -31,7 +30,6 @@
             if re.match('^\s*-+$', l):
                 sect = prevname
                 prevname = ''
-                continue
 
             if sect and prevname:
                 name = sect + '.' + prevname