summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc/Workflow.h
diff options
context:
space:
mode:
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 {