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:
parent
2ed4f7a130
commit
b295b6f1f3
|
@ -617,7 +617,6 @@ void mp_raw_code_save(mp_compiled_module_t *cm, mp_print_t *print) {
|
||||||
// byte version
|
// byte version
|
||||||
// byte feature flags
|
// byte feature flags
|
||||||
// byte number of bits in a small int
|
// byte number of bits in a small int
|
||||||
// uint size of qstr window
|
|
||||||
byte header[4] = {
|
byte header[4] = {
|
||||||
'M',
|
'M',
|
||||||
MPY_VERSION,
|
MPY_VERSION,
|
||||||
|
|
Loading…
Reference in New Issue