Python: Remove CopyStep branch type

This commit is contained in:
Taus Brock-Nannestad
2020-08-31 17:23:02 +02:00
parent eb6443df21
commit ec64606d5a

View File

@@ -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.