Stubbed out some code-in-progress

This commit is contained in:
John Wiegley 2012-02-27 02:28:11 -06:00
parent 0efdc0cf6f
commit 30e8c0bc65

View file

@ -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) {