Signed-off-by: John Snow <[email protected]>
---
scripts/qapi/parser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/qapi/parser.py b/scripts/qapi/parser.py
index 1a7856bf213..0bc7d622ec1 100644
--- a/scripts/qapi/parser.py
+++ b/scripts/qapi/parser.py
@@ -550,7 +550,7 @@ def get_doc(self) -> 'QAPIDoc':
def _tag_check(what: str) -> None:
nonlocal last_section
- if what in ('TODO', 'Since'):
+ if what == 'TODO':
return
this_section = QAPIDoc.Kind.from_string(what)
--
2.53.0