gbranden pushed a commit to branch master
in repository groff.
commit 8f408dc56cb23b8a3f3a2c9db2e2dfb81377acd7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jun 27 10:43:17 2022 -0500
src/preproc/html/pre-html.cpp: Refactor (1/11).
* src/preproc/html/pre-html.cpp: Drop unnecessary prototype for static
function.
---
ChangeLog | 5 +++++
src/preproc/html/pre-html.cpp | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a409e7af..181073e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-27 G. Branden Robinson <[email protected]>
+
+ * src/preproc/html/pre-html.cpp: Refactor. Drop unnecessary
+ prototype for static function.
+
2022-06-27 G. Branden Robinson <[email protected]>
* src/roff/groff/groff.cpp (run_commands): Trivially refactor.
diff --git a/src/preproc/html/pre-html.cpp b/src/preproc/html/pre-html.cpp
index 7631547a..e3fde226 100644
--- a/src/preproc/html/pre-html.cpp
+++ b/src/preproc/html/pre-html.cpp
@@ -231,9 +231,6 @@ static html_dialect dialect = html4;
#define IMAGE_DEVICE "-Tps"
-static int do_file(const char *filename);
-
-
/*
* sys_fatal - Write a fatal error message.
* Taken from src/roff/groff/pipeline.c.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit