gbranden pushed a commit to branch master
in repository groff.
commit e21b7ab600cbba3febb2259ff1d7d4f5d68dfdfb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Sep 11 01:48:42 2024 -0500
[pre-grohtml]: Comment out unused code.
* src/preproc/html/pre-html.cpp (dump_args): "`#if 0` out" function with
no call sites.
---
ChangeLog | 5 +++++
src/preproc/html/pre-html.cpp | 2 ++
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index f851c80e4..e554a14b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-11 G. Branden Robinson <[email protected]>
+
+ * src/preproc/html/pre-html.cpp (dump_args): "`#if 0` out"
+ function with no call sites.
+
2024-09-10 G. Branden Robinson <[email protected]>
* src/roff/troff/node.cpp: Trivially refactor; rename variables
diff --git a/src/preproc/html/pre-html.cpp b/src/preproc/html/pre-html.cpp
index 3cdef1772..e647da2c8 100644
--- a/src/preproc/html/pre-html.cpp
+++ b/src/preproc/html/pre-html.cpp
@@ -1252,6 +1252,7 @@ char **addRegDef(int argc, char *argv[], const char
*numReg)
return new_argv;
}
+#if 0
/*
* dump_args - Display the argument list.
*/
@@ -1263,6 +1264,7 @@ void dump_args(int argc, char *argv[])
fprintf(stderr, " %s", argv[i]);
fprintf(stderr, "\n");
}
+#endif
/*
* print_args - Print arguments as if issued on the command line.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit