remove -O force-C++, and also some inadvertently replicated code

This commit is contained in:
Vern Paxson 2021-05-05 19:11:17 -07:00
parent c116b2b8ad
commit 2b0f1c9d6e
5 changed files with 4 additions and 92 deletions

View file

@ -61,9 +61,6 @@ struct AnalyOpt {
// If true, use C++ bodies if available.
bool use_CPP = false;
// Same, but complain about missing bodies.
bool force_use_CPP = false;
// If true, report on available C++ bodies.
bool report_CPP = false;