summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/SCXMLDotWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/SCXMLDotWriter.h')
-rw-r--r--src/uscxml/debug/SCXMLDotWriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uscxml/debug/SCXMLDotWriter.h b/src/uscxml/debug/SCXMLDotWriter.h
index 0a3c2dc..e6e2215 100644
--- a/src/uscxml/debug/SCXMLDotWriter.h
+++ b/src/uscxml/debug/SCXMLDotWriter.h
@@ -35,7 +35,6 @@ public:
static std::string getPrefix();
static std::string dotEscape(const std::string& text);
- Interpreter* _interpreter;
std::set<std::string> _knownIds;
static int _indentation;
};