diff options
author | Jun Wu <quark@lihdd.net> | 2019-05-04 20:29:43 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-05-06 18:28:28 +1000 |
commit | 089c9b71d10bd66549858254cc10803cba45453a (patch) | |
tree | e1f28ec6f5630e76eba8f5789977ff69e584f1e7 /py/objsingleton.c | |
parent | 32ba679924b8f5c8a81cff905e6bd295c6bb4df8 (diff) | |
download | micropython-089c9b71d10bd66549858254cc10803cba45453a.tar.gz micropython-089c9b71d10bd66549858254cc10803cba45453a.zip |
py: remove "if (0)" and "if (false)" branches.
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.
Diffstat (limited to 'py/objsingleton.c')
0 files changed, 0 insertions, 0 deletions