Dead code removal

This commit is contained in:
Shahram Najm 2023-06-28 10:39:14 +01:00
parent 30ebf99535
commit 056e74a954
1 changed files with 0 additions and 3 deletions

View File

@ -67,7 +67,6 @@ static const unsigned long k[] = {
static void grib_md5_flush(grib_md5_state* s)
{
#if 1
unsigned long a = s->h0;
unsigned long b = s->h1;
unsigned long c = s->h2;
@ -154,8 +153,6 @@ static void grib_md5_flush(grib_md5_state* s)
I_(c, d, a, b, 2, 62);
I_(b, c, d, a, 9, 63);
#endif
s->h0 += a;
s->h1 += b;
s->h2 += c;