summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/expect
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-14 16:25:27 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-14 16:25:27 (GMT)
commita768843810b1e6f9ce6ad2ec078f6544ffa3266d (patch)
tree01384ff5893d9b0c8b3c3c9bc6e962c6577d885e /src/uscxml/plugins/invoker/expect
parent175adb1fc78926c070494dc244e27fc42f71f1d4 (diff)
downloaduscxml-a768843810b1e6f9ce6ad2ec078f6544ffa3266d.zip
uscxml-a768843810b1e6f9ce6ad2ec078f6544ffa3266d.tar.gz
uscxml-a768843810b1e6f9ce6ad2ec078f6544ffa3266d.tar.bz2
Fixed the mess that was the last commit
Diffstat (limited to 'src/uscxml/plugins/invoker/expect')
-rw-r--r--src/uscxml/plugins/invoker/expect/ExpectInvoker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/expect/ExpectInvoker.cpp b/src/uscxml/plugins/invoker/expect/ExpectInvoker.cpp
index c66005f..222624a 100644
--- a/src/uscxml/plugins/invoker/expect/ExpectInvoker.cpp
+++ b/src/uscxml/plugins/invoker/expect/ExpectInvoker.cpp
@@ -45,7 +45,6 @@ ExpectInvoker::ExpectInvoker() : _eventQueue(NULL) {
ExpectInvoker::~ExpectInvoker() {
_eventQueue->stop();
- exp_cl
// if (_tcl) {
// Tcl_DeleteInterp(_tcl);
// }