Skip to content

Commit ec64606

Browse files
committed
Python: Remove CopyStep branch type
1 parent eb6443d commit ec64606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/src/experimental/dataflow/TypeTracker.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ private newtype TStepSummary =
2222
CallStep() or
2323
ReturnStep() or
2424
StoreStep(AttributeName attr) or
25-
LoadStep(AttributeName attr) or
26-
CopyStep(AttributeName attr)
25+
LoadStep(AttributeName attr)
2726

2827
/**
2928
* INTERNAL: Use `TypeTracker` or `TypeBackTracker` instead.

0 commit comments

Comments
 (0)