summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/print.cc b/src/print.cc
index a90ea220..dd1dbfab 100644
--- a/src/print.cc
+++ b/src/print.cc
@@ -123,7 +123,9 @@ namespace {
}
}
+#if 0
std::size_t count = xact.posts.size();
+#endif
std::size_t index = 0;
foreach (post_t * post, xact.posts) {