Skip to content

Commit b295b6f

Browse files
committed
py/persistentcode: Remove obsolete comment about qstr window size.
This was made obsolete in f2040bf Signed-off-by: Damien George <[email protected]>
1 parent 2ed4f7a commit b295b6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/persistentcode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ void mp_raw_code_save(mp_compiled_module_t *cm, mp_print_t *print) {
617617
// byte version
618618
// byte feature flags
619619
// byte number of bits in a small int
620-
// uint size of qstr window
621620
byte header[4] = {
622621
'M',
623622
MPY_VERSION,

0 commit comments

Comments
 (0)