summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Factory.cpp')
-rw-r--r--src/uscxml/Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/Factory.cpp b/src/uscxml/Factory.cpp
index 76da139..5c9b206 100644
--- a/src/uscxml/Factory.cpp
+++ b/src/uscxml/Factory.cpp
@@ -104,8 +104,8 @@ Factory::Factory() {
#ifdef MILES_FOUND
{
- MilesSessionInvoker* invoker = new MilesSessionInvoker();
- registerInvoker(invoker);
+// MilesSessionInvoker* invoker = new MilesSessionInvoker();
+// registerInvoker(invoker);
}
#endif