mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Do some updates to remove build time warnings.
The linker was complaining about linking files that didn't have any symbols. These were actually empty files so I just got rid of them and removed references to them.
This commit is contained in:
parent
b89fe748c9
commit
01a3943635
16 changed files with 11 additions and 41 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include "ZIP.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
|
||||
using namespace analyzer::zip;
|
||||
|
||||
ZIP_Analyzer::ZIP_Analyzer(Connection* conn, bool orig, Method arg_method)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue