mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Prior to this commit, building the unix port with `DEBUG=1` and `-finstrument-functions` the compilation would fail with an error like "control reaches end of non-void function". This change fixes this by removing the problematic "if (0)" branches. Not all branches affect compilation, but they are all removed for consistency.
144 KiB
144 KiB