[glibmm/gmmproc-refactor] Remove useless condition generation.



commit af9aaafd6608ddc3aec4a6168ffe63f79aaa3c89
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Jun 28 23:28:51 2012 +0200

    Remove useless condition generation.

 tools/pm/Common/Output/Shared.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tools/pm/Common/Output/Shared.pm b/tools/pm/Common/Output/Shared.pm
index bd8c78f..94d583b 100644
--- a/tools/pm/Common/Output/Shared.pm
+++ b/tools/pm/Common/Output/Shared.pm
@@ -675,7 +675,6 @@ sub generate_include_variable ($)
 sub already_included ($$)
 {
   my ($wrap_parser, $include) = @_;
-  my $conditional = generate_conditional $wrap_parser;
   my $variable = generate_include_variable $include;
   my $section_manager = $wrap_parser->get_section_manager;
   my $value = $section_manager->get_variable ($variable);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]