simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Tue Nov 30 18:51:42 GMT 2021
TL;DR:
1bbcde70 Remove a redundant #include.
7ab9a3f3 Remove a redundant file in utils.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-11-30 18:51:42
commit 1bbcde70ba11dd205cc9324a6e3aad169b75a6bf
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1bbcde70ba11dd205cc9324a6e3aad169b75a6bf;hp=cd60a602f541ac44aecd207f4e055279b86d1898
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Nov 30 18:42:21 2021 +0000
Remove a redundant #include.
ptrlen.c doesn't have anything to do with SSH, so it doesn't need
ssh.h.
utils/ptrlen.c | 1 -
1 file changed, 1 deletion(-)
commit 7ab9a3f36d0736de43bbd3e8bb3a132816b5055c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7ab9a3f36d0736de43bbd3e8bb3a132816b5055c;hp=1bbcde70ba11dd205cc9324a6e3aad169b75a6bf
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Nov 30 18:48:06 2021 +0000
Remove a redundant file in utils.
At some point while setting up the utils subdirectory, I apparently
only got half way through renaming miscucs.c to dup_mb_to_wc.c: I
created the new copy of the file, but I didn't delete the old one, I
didn't mention it in utils/CMakeLists.txt, and I didn't change the
comment at the top.
Now done all three, so we now have just one copy of this utility
module.
utils/CMakeLists.txt | 2 +-
utils/dup_mb_to_wc.c | 7 ++++---
utils/miscucs.c | 28 ----------------------------
3 files changed, 5 insertions(+), 32 deletions(-)
More information about the tartarus-commits
mailing list