commit | 6ccdf47f6033371ab590619f696b89a4ff3f782e | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue May 30 14:32:59 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 31 06:16:35 2023 -0400 |
tree | 39016842225b9a94acb65529415320335b073c97 | |
parent | 17f0356c36c5184deb87345d290c033a17545959 [diff] |
lib/cpp: Remove CONFIG_CPP_MAIN With Zephyr now always using `int main(void)`, there's no longer any need for this definition. The last remaining use which gated the declaration of _posix_zephyr_main isn't necessary as adding that declaration unconditionally is harmless. Signed-off-by: Keith Packard <keithp@keithp.com>