зеркало из https://github.com/github/putty.git
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:
Родитель
cf91937bd6
Коммит
4cbb0bae65
2
sshsha.c
2
sshsha.c
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче