mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix clang-tidy findings in the binpac lib code
This commit is contained in:
parent
4ae8bb856d
commit
cd1414ab69
5 changed files with 28 additions and 26 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "pac_common.h"
|
||||
#include "pac_decl.h"
|
||||
#include "pac_exception.h"
|
||||
|
@ -177,9 +176,6 @@ int compile(const char* filename) {
|
|||
}
|
||||
|
||||
void usage() {
|
||||
#ifdef BINPAC_VERSION
|
||||
fprintf(stderr, "binpac version %s\n", BINPAC_VERSION);
|
||||
#endif
|
||||
fprintf(stderr, "usage: binpac [options] <pac files>\n");
|
||||
fprintf(stderr, " <pac files> | pac-language input files\n");
|
||||
fprintf(stderr, " -d <dir> | use given directory for compiler output\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue