From: Yu Watanabe Date: Thu, 13 Oct 2022 08:34:08 +0000 (+0900) Subject: test: drop unused modules X-Git-Tag: v252-rc2~46^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9d1709c0314f4ffa6d192debf566f2be8520aa6;p=thirdparty%2Fsystemd.git test: drop unused modules Suggested by CodeQL#167 (https://github.com/systemd/systemd/security/code-scanning/167) and CodeQL#168 (https://github.com/systemd/systemd/security/code-scanning/168). --- diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py index 9a9e4d16585..ec1c75a854c 100755 --- a/test/rule-syntax-check.py +++ b/test/rule-syntax-check.py @@ -8,8 +8,6 @@ import re import sys -import os -from glob import glob rules_files = sys.argv[1:] if not rules_files: