dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

Dead Code elimination #69

Open dcbaker opened 2 years ago

dcbaker commented 2 years ago

There are at least a few cases of dead code (and this is related to #57):

  1. Code after an error
  2. useless statements
  3. message and warning after they have been printed