File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ module Private {
32
32
33
33
class LeftShiftExpr = RU:: ExprNode:: LeftShiftExpr ;
34
34
35
- /** DEPRECATED: Alias for LeftShiftExpr. */
36
- deprecated class LShiftExpr = LeftShiftExpr ;
37
-
38
35
predicate guardDirectlyControlsSsaRead = RU:: guardControlsSsaRead / 3 ;
39
36
40
37
predicate guardControlsSsaRead = RU:: guardControlsSsaRead / 3 ;
Original file line number Diff line number Diff line change @@ -397,19 +397,13 @@ module ExprNode {
397
397
override TLShiftOp getOp ( ) { any ( ) }
398
398
}
399
399
400
- /** DEPRECATED: Alias for LeftShiftExpr. */
401
- deprecated class LShiftExpr = LeftShiftExpr ;
402
-
403
400
/** A right-shift operation. */
404
401
class RightShiftExpr extends BinaryOperation {
405
402
override CS:: RightShiftExpr e ;
406
403
407
404
override TRShiftOp getOp ( ) { any ( ) }
408
405
}
409
406
410
- /** DEPRECATED: Alias for RightShiftExpr. */
411
- deprecated class RShiftExpr = RightShiftExpr ;
412
-
413
407
/** A conditional expression. */
414
408
class ConditionalExpr extends ExprNode {
415
409
override CS:: ConditionalExpr e ;
You can’t perform that action at this time.
0 commit comments