mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
SQLite writer: Remove unused string formatting function.
This commit is contained in:
parent
697b59cdc8
commit
bd4c32460b
2 changed files with 0 additions and 16 deletions
|
@ -38,7 +38,6 @@ private:
|
|||
|
||||
int AddParams(threading::Value* val, int pos);
|
||||
string GetTableType(int, int);
|
||||
char* FS(const char* format, ...);
|
||||
|
||||
const threading::Field* const * fields; // raw mapping
|
||||
unsigned int num_fields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue