py/persistentcode: Remove obsolete comment about qstr window size.

This was made obsolete in f2040bfc7e

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-05-16 19:18:58 +10:00
parent 2ed4f7a130
commit b295b6f1f3

View File

@ -617,7 +617,6 @@ void mp_raw_code_save(mp_compiled_module_t *cm, mp_print_t *print) {
// byte version
// byte feature flags
// byte number of bits in a small int
// uint size of qstr window
byte header[4] = {
'M',
MPY_VERSION,