Skip to content

Commit d13e5e8

Browse files
committed
C#: Deprecate the operation module.
1 parent b6c1eea commit d13e5e8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/exprs/Expr.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import Creation
1414
import Dynamic
1515
import Literal
1616
import LogicalOperation
17-
import Operation
1817
import semmle.code.csharp.controlflow.ControlFlowElement
1918
import semmle.code.csharp.Location
2019
import semmle.code.csharp.Stmt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* Provides classes for operations that also have compound assignment forms.
33
*/
4+
deprecated module;
45

56
import Expr

0 commit comments

Comments
 (0)