summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-05 04:49:10 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-06 05:50:00 (GMT)
commit716d8a7ab3b93404bfcc5f2687d412272e6b7cfd (patch)
treeaff3c4896a9cb56c1ba70576f419a2d7f22618ca /src/node.cc
parent6a1d91dc76ec819e85b180b8cdaf40ddd639a538 (diff)
Moved % modifier handling from node to nodedumper. This makes nodes with % operators use the existing cache instead of recalculating the object
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.cc b/src/node.cc
index a7a7630..f9c68d5 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -97,8 +97,6 @@ void AbstractNode::progress_report() const
std::ostream &operator<<(std::ostream &stream, const AbstractNode &node)
{
- // FIXME: Don't use deep access to modinst members
- if (node.modinst->isBackground()) stream << "%";
stream << node.toString();
return stream;
}
contact: Jan Huwald // Impressum