summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc/Workflow.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-07-14 14:45:09 -0400
committerBrian Potchik <brian@vector35.com>2025-07-14 14:45:09 -0400
commit5bafe5c7bdb0b56037a0b5c573236f9c6367353a (patch)
tree2f04a8b4c013c1f6f9b6513b9544092a26ef11f0 /plugins/workflow_objc/Workflow.h
parent2b3ce702bdaa825af2dbff45f7899b9ffd82a257 (diff)
Update Objective-C Workflow to use the meta workflow.
Diffstat (limited to 'plugins/workflow_objc/Workflow.h')
-rw-r--r--plugins/workflow_objc/Workflow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/workflow_objc/Workflow.h b/plugins/workflow_objc/Workflow.h
index 4479a8a7..8b24951b 100644
--- a/plugins/workflow_objc/Workflow.h
+++ b/plugins/workflow_objc/Workflow.h
@@ -10,15 +10,6 @@
#include "BinaryNinja.h"
/**
- * Namespace to hold activity ID constants.
- */
-namespace ActivityID {
-
-constexpr auto ResolveMethodCalls = "core.function.objectiveC.resolveMethodCalls";
-
-}
-
-/**
* Workflow-related procedures.
*/
class Workflow {