summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterRC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/InterpreterRC.cpp')
-rw-r--r--src/uscxml/interpreter/InterpreterRC.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/InterpreterRC.cpp b/src/uscxml/interpreter/InterpreterRC.cpp
index d91eadb..4d2b4f6 100644
--- a/src/uscxml/interpreter/InterpreterRC.cpp
+++ b/src/uscxml/interpreter/InterpreterRC.cpp
@@ -33,8 +33,8 @@ namespace uscxml {
using namespace Arabica::XPath;
using namespace Arabica::DOM;
+#ifdef VERBOSE
size_t padding = 0;
-
std::string getPadding() {
std::string pad = "";
for (int i = 0; i < padding; i++) {
@@ -42,7 +42,8 @@ std::string getPadding() {
}
return pad;
}
-
+#endif
+
Arabica::XPath::NodeSet<std::string> InterpreterRC::removeConflictingTransitions(const Arabica::XPath::NodeSet<std::string>& enabledTransitions) {
Arabica::XPath::NodeSet<std::string> filteredTransitions;