mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +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:
parent
cf91937bd6
commit
4cbb0bae65
2
sshsha.c
2
sshsha.c
@ -702,8 +702,6 @@ struct sha1_neon_core {
|
|||||||
uint32_t e;
|
uint32_t e;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* ------------- got up to here ----------------------------------------- */
|
|
||||||
|
|
||||||
FUNC_ISA
|
FUNC_ISA
|
||||||
static inline uint32x4_t sha1_neon_load_input(const uint8_t *p)
|
static inline uint32x4_t sha1_neon_load_input(const uint8_t *p)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user