diff --git a/capa/features/freeze/__init__.py b/capa/features/freeze/__init__.py index 17ecf233..0fedbb86 100644 --- a/capa/features/freeze/__init__.py +++ b/capa/features/freeze/__init__.py @@ -53,7 +53,6 @@ class AddressType(str, Enum): PROCESS = "process" THREAD = "thread" CALL = "call" - DYNAMIC = "dynamic" NO_ADDRESS = "no address"