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
Родитель cf91937bd6
Коммит 4cbb0bae65
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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)
{