summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-07-25 10:23:17 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-07-25 10:23:17 +0200
commit6788ab17542f4053509c8eb7cad95a516bbc8b30 (patch)
tree49661bf32ae6f41748f3f83630840a2279753862 /tools
parent50f9e3d3762c3d795bc67280d539e68d95a27ece (diff)
downloadglibmm-6788ab17542f4053509c8eb7cad95a516bbc8b30.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 dacaaccd..f3c3bb33 100644
--- a/tools/pm/Output.pm
+++ b/tools/pm/Output.pm
@@ -562,7 +562,6 @@ sub output_wrap_ctor($$$$$)
}
#Ctor Declaration:
- #TODO: Add explicit.
$self->append(" explicit " . $objCppfunc->get_declaration($arg_list) . "\n");
my $errthrow = "";