summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-09-07 16:33:05 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-09-07 16:33:05 +0200
commit42e36eea1b67a6082460796204b5438331d65f55 (patch)
tree36a8000abfeff929956b6c0c6ecd2e5b3adc5704 /tools
parentfee04648e841d32db822ddbc556576a2d82d10b4 (diff)
downloadglibmm-42e36eea1b67a6082460796204b5438331d65f55.tar.gz
gmmproc: Remove obsolete TODO comments
Diffstat (limited to 'tools')
-rw-r--r--tools/m4/base.m44
-rw-r--r--tools/pm/Output.pm1
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/m4/base.m4 b/tools/m4/base.m4
index bd7d0e15..45354752 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 d75b8789..0afd2a8a 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 = "";