gbranden pushed a commit to branch master
in repository groff.
commit 98cfad9d3721bf89ac5fb61024c4b54afffbff81
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 12 21:36:24 2025 -0500
src/roff/troff/input.cpp: Drop bad idea comments.
---
src/roff/troff/input.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index adc6acecb..56877ffad 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -7623,8 +7623,6 @@ grostream::grostream(const char *fn, symbol m, FILE *fp)
{
}
-// XXX: Maybe we should try to close the libc FILE stream here.
-// Resource Release Is Destruction?
grostream::~grostream()
{
}
@@ -7691,7 +7689,6 @@ static void open_file(bool appending)
new grostream(filename, mode, &*fp));
}
}
- // TODO: Add `filename` to file name set.
tok.next();
}
}
@@ -8895,7 +8892,6 @@ void transparent_file()
fclose(fp);
}
}
- // TODO: Add `filename` to file name set.
tok.next();
}
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit