[glibmm/glibmm-2-54] gmmproc: Remove obsolete TODO comments



commit 42e36eea1b67a6082460796204b5438331d65f55
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Sep 7 16:33:05 2017 +0200

    gmmproc: Remove obsolete TODO comments

 tools/m4/base.m4   |    4 ++--
 tools/pm/Output.pm |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tools/m4/base.m4 b/tools/m4/base.m4
index bd7d0e1..4535475 100644
--- a/tools/m4/base.m4
+++ b/tools/m4/base.m4
@@ -110,9 +110,9 @@ dnl
 
 dnl _PUSH(section_name)
 dnl Uses pushdef() to redefine the __DIV__ macro
-dnl so that it diverts ouput to the section_name,
+dnl so that it diverts output to the section_name,
 dnl or discards it (-1) if no section_name is given.
-dnl TODO: However, as far as I can tell, __DIV__ is not used anywhere. murrayc.
+dnl _POP() uses __DIV__ for choosing diversion number.
 define(`_PUSH',`pushdef(`__DIV__',divnum)m4_divert(m4_ifelse($1,,-1,__SEC_$1))dnl`'')
 
 dnl _POP(section_name)
diff --git a/tools/pm/Output.pm b/tools/pm/Output.pm
index d75b878..0afd2a8 100644
--- a/tools/pm/Output.pm
+++ b/tools/pm/Output.pm
@@ -561,7 +561,6 @@ sub output_wrap_ctor($$$$$)
     }
 
     #Ctor Declaration:
-    #TODO: Add explicit.
     $self->append("  explicit " . $objCppfunc->get_declaration($arg_list) . "\n");
 
     my $errthrow = "";


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