mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Python: Remove CopyStep branch type
This commit is contained in:
@@ -22,8 +22,7 @@ private newtype TStepSummary =
|
||||
CallStep() or
|
||||
ReturnStep() or
|
||||
StoreStep(AttributeName attr) or
|
||||
LoadStep(AttributeName attr) or
|
||||
CopyStep(AttributeName attr)
|
||||
LoadStep(AttributeName attr)
|
||||
|
||||
/**
|
||||
* INTERNAL: Use `TypeTracker` or `TypeBackTracker` instead.
|
||||
|
||||
Reference in New Issue
Block a user