From c06fc2af09698ccf6304191a31c00220ede71e38 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Fri, 11 Jan 2019 09:35:38 +0100 Subject: [PATCH] C#: Remove `DefUse.qll` --- csharp/ql/src/semmle/code/csharp/dataflow/DefUse.qll | 8 -------- .../library-tests/dataflow/callablereturnsarg/Common.qll | 1 - 2 files changed, 9 deletions(-) delete mode 100644 csharp/ql/src/semmle/code/csharp/dataflow/DefUse.qll diff --git a/csharp/ql/src/semmle/code/csharp/dataflow/DefUse.qll b/csharp/ql/src/semmle/code/csharp/dataflow/DefUse.qll deleted file mode 100644 index ce70614d6ad..00000000000 --- a/csharp/ql/src/semmle/code/csharp/dataflow/DefUse.qll +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Provides classes and predicates for working with variable definitions and uses. - */ - -// This file is kept for backwards compatibility - -import csharp -import SSA diff --git a/csharp/ql/test/library-tests/dataflow/callablereturnsarg/Common.qll b/csharp/ql/test/library-tests/dataflow/callablereturnsarg/Common.qll index 1272dfb22f1..92d128462dc 100644 --- a/csharp/ql/test/library-tests/dataflow/callablereturnsarg/Common.qll +++ b/csharp/ql/test/library-tests/dataflow/callablereturnsarg/Common.qll @@ -1,5 +1,4 @@ import csharp -import semmle.code.csharp.dataflow.DefUse import semmle.code.csharp.controlflow.Guards class Configuration extends DataFlow::Configuration {