SQLite writer: Remove unused string formatting function.

This commit is contained in:
Johanna Amann 2016-07-22 14:53:31 -07:00
parent 697b59cdc8
commit bd4c32460b
2 changed files with 0 additions and 16 deletions

View file

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