From bc05e4c6d815e7d9bbb43ef838fdbc17601e52c7 Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Tue, 28 Mar 2023 17:44:29 +0000
Subject: [PATCH] remove erroneous comment

As far as I can tell, this is not a case for SEV_DONTCARE. It's
(conceptually) a parse error.
---
 pdf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pdf.c b/pdf.c
index 8ae9e48..7578864 100644
--- a/pdf.c
+++ b/pdf.c
@@ -4908,7 +4908,6 @@ parse_xrefs(struct Env *aux)
 			break;
 	}
 	if (res == NULL) {
-		/* Severity should be SEV_DONTCARE, but we're simulating act_viol/VIOL() here */
 		log_message(5, "VIOLATION[5]: startxref not found\n");
 		return;
 	}
-- 
GitLab