mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy findings in the binpac lib code
This commit is contained in:
parent
6bddc06f8d
commit
8a7c6df278
6 changed files with 117 additions and 131 deletions
|
@ -176,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