gbranden pushed a commit to branch master
in repository groff.
commit 5f239349200d869c0d6eb0f543f24e2c491620a6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Feb 17 10:01:38 2024 -0600
tmac/pdf.tmac (pdfbookmark): Fix code style nit.
* tmac/pdf.tmac (pdfbookmark): Drop unused register storing computed
length of `pdf:clean` string, `pdf:clean:len`.
---
ChangeLog | 5 +++++
tmac/pdf.tmac | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 489ddbf6c..39b8b473a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-17 G. Branden Robinson <[email protected]>
+
+ * tmac/pdf.tmac (pdfbookmark): Drop unused register storing
+ computed length of `pdf:clean` string, `pdf:clean:len`.
+
2024-02-17 G. Branden Robinson <[email protected]>
* src/roff/troff/input.cpp (do_define_string, length_request):
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 54175434f..cb388629c 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -258,7 +258,6 @@ am solely responsible for any bugs I may have introduced
into this file.
. box
. chop pdf:clean
. asciify pdf:clean
-. length pdf:clean:len \\*[pdf:clean]
. ds pdf:cleaned \\*[pdf:clean]
. rm pdf:clean
. ev
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit