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:
Seth Hall 2017-02-28 12:40:01 -05:00
parent b89fe748c9
commit 01a3943635
16 changed files with 11 additions and 41 deletions

View file

@ -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)