From d865f2ecf5d54ee6792c8a5abcdca4914b5ab87a Mon Sep 17 00:00:00 2001 From: JarLob Date: Mon, 7 Nov 2022 14:19:24 +0100 Subject: [PATCH] Remove import --- csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql | 1 - 1 file changed, 1 deletion(-) diff --git a/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql b/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql index 4d9fedb3633..a0542a94735 100644 --- a/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql +++ b/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql @@ -15,7 +15,6 @@ import csharp import semmle.code.csharp.commons.Assertions import semmle.code.csharp.commons.Constants -private import semmle.code.csharp.frameworks.System /** A constant condition. */ abstract class ConstantCondition extends Expr {