X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=database-builder.h;h=89fbc7c5d2a17481e601436f0c8e84a3b05ce568;hb=498466c6434e479cd973fe7655b4feb51dd2c378;hp=0c25476145086f1793f7e6324a41e6a097f25de0;hpb=72432f2b4b14a144f7d30c2326273f816e0219ae;p=plocate diff --git a/database-builder.h b/database-builder.h index 0c25476..89fbc7c 100644 --- a/database-builder.h +++ b/database-builder.h @@ -81,9 +81,7 @@ public: private: FILE *outfp; std::string outfile; -#ifndef O_TMPFILE std::string temp_filename; -#endif Header hdr; const int block_size; std::chrono::steady_clock::time_point corpus_start;