X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_filedb/lib/AtomicFile.h?ds=sidebyside diff --git a/OSX/libsecurity_filedb/lib/AtomicFile.h b/OSX/libsecurity_filedb/lib/AtomicFile.h index 65d8905a..86be8bea 100644 --- a/OSX/libsecurity_filedb/lib/AtomicFile.h +++ b/OSX/libsecurity_filedb/lib/AtomicFile.h @@ -40,10 +40,10 @@ public: AtomicFile(const std::string &inPath); ~AtomicFile(); - // Aquire the write lock and remove the file. + // Acquire the write lock and remove the file. void performDelete(); - // Aquire the write lock and rename the file. + // Acquire the write lock and rename the file. void rename(const std::string &inNewPath); // Lock the file for writing and return a newly created AtomicTempFile. @@ -125,9 +125,6 @@ private: // Length of file in bytes. off_t mLength; - - // Is on a local file system - bool mIsMapped; };