summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/ExecutableContentImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/ExecutableContentImpl.h')
-rw-r--r--src/uscxml/plugins/ExecutableContentImpl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/uscxml/plugins/ExecutableContentImpl.h b/src/uscxml/plugins/ExecutableContentImpl.h
index 81aedf1..71ceded 100644
--- a/src/uscxml/plugins/ExecutableContentImpl.h
+++ b/src/uscxml/plugins/ExecutableContentImpl.h
@@ -47,10 +47,6 @@ public:
virtual ~ExecutableContentImpl() {};
virtual std::shared_ptr<ExecutableContentImpl> create(InterpreterImpl* interpreter) = 0;
- virtual void setInterpreter(InterpreterImpl* interpreter) {
- _interpreter = interpreter;
- }
-
virtual std::string getLocalName() = 0; ///< The name of the element.
virtual std::string getNamespace() {
return "http://www.w3.org/2005/07/scxml"; ///< The namespace of the element.