aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/Machine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/Machine.cpp b/src/engine/Machine.cpp
index 41e3573..bd3c87f 100644
--- a/src/engine/Machine.cpp
+++ b/src/engine/Machine.cpp
@@ -384,8 +384,6 @@ Machine::write_state(Sord::Model& model)
Sord::Curie(model.world(), "rdf:type"),
Sord::Curie(model.world(), "machina:Machine"));
- size_t count = 0;
-
for (Nodes::const_iterator n = _nodes.begin(); n != _nodes.end(); ++n) {
(*n)->write_state(model);
@@ -401,8 +399,6 @@ Machine::write_state(Sord::Model& model)
}
}
- count = 0;
-
for (Nodes::const_iterator n = _nodes.begin(); n != _nodes.end(); ++n) {
for (Node::Edges::const_iterator e = (*n)->edges().begin();