]> git.sesse.net Git - plocate/blobdiff - database-builder.h
Release plocate 1.1.7.
[plocate] / database-builder.h
index 0c25476145086f1793f7e6324a41e6a097f25de0..89fbc7c5d2a17481e601436f0c8e84a3b05ce568 100644 (file)
@@ -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;