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

This was made obsolete in f2040bfc7e

Signed-off-by: Damien George <damien@micropython.org>
pull/8672/head
Damien George 2022-05-16 19:18:58 +10:00
rodzic 2ed4f7a130
commit b295b6f1f3
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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,