1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

sshsha.c: remove rogue 'got up to here' comment.

How silly :-) I use comments like that to record my progress when I'm
going over a whole source file making some mechanical change, but I
normally manage to avoid accidentally leaving them in the final
version of any commit. Remove this long-outdated one.
This commit is contained in:
Simon Tatham 2019-04-11 18:16:33 +01:00
parent cf91937bd6
commit 4cbb0bae65

View File

@ -702,8 +702,6 @@ struct sha1_neon_core {
uint32_t e;
};
/* ------------- got up to here ----------------------------------------- */
FUNC_ISA
static inline uint32x4_t sha1_neon_load_input(const uint8_t *p)
{