From 921997c9e90909fd82b38034bada578eaba64349 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= <daniel.marjamaki@gmail.com>
Date: Fri, 3 Jul 2020 17:50:56 +0200
Subject: [PATCH] itc.py; false negative is fixed

---
 test/bug-hunting/itc.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/bug-hunting/itc.py b/test/bug-hunting/itc.py
index df9c79abb..bd77e1780 100644
--- a/test/bug-hunting/itc.py
+++ b/test/bug-hunting/itc.py
@@ -38,8 +38,6 @@ def get_error_lines(filename):
                     linenr = 176
                 elif linenr == 241:
                     linenr = 242 # warn about usage
-                elif linenr == 266:
-                    continue # no warning should be written
             ret.append(linenr)
     return ret