Remove statements which have no affect. (#51)

This commit is contained in:
Alex Parent 2016-11-21 20:37:35 -05:00 committed by Douglas Stebila
parent 5921e74587
commit 04b841ca2c

View File

@ -88,7 +88,6 @@ void oqs_kex_lwe_frodo_pack(unsigned char *out, const size_t outlen, const uint1
}
if (b == 8) { // out[i] is filled in
i++;
b = 0;
}
}
}
@ -137,7 +136,6 @@ void oqs_kex_lwe_frodo_unpack(uint16_t *out, const size_t outlen, const unsigned
}
if (b == lsb) { // out[i] is filled in
i++;
b = 0;
}
}
}