mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
remove -O force-C++, and also some inadvertently replicated code
This commit is contained in:
parent
c116b2b8ad
commit
2b0f1c9d6e
5 changed files with 4 additions and 92 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue