From add6f6ca2a711e3337f83bd15be5a03e22842591 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:46:36 -0400 Subject: Removed unused variables --- src/draft.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/draft.cc') diff --git a/src/draft.cc b/src/draft.cc index ca2d35df..0cce1d5d 100644 --- a/src/draft.cc +++ b/src/draft.cc @@ -66,16 +66,6 @@ void draft_t::xact_template_t::dump(std::ostream& out) const << _("") << std::endl; } else { - bool has_only_from = true; - bool has_only_to = true; - - foreach (const post_template_t& post, posts) { - if (post.from) - has_only_to = false; - else - has_only_from = false; - } - foreach (const post_template_t& post, posts) { straccstream accum; out << std::endl -- cgit v1.2.3