Remove the last unnecessary member variable of mapped_file_region. NFC.
[oota-llvm.git] / include / llvm / Support / FileSystem.h
index 799f88d4175d58d78447d21aed4c572cc59ff8cc..b60c1b07043bf3c2f23aec5c9fba7fc9a2279509 100644 (file)
@@ -639,9 +639,6 @@ private:
   /// Platform-specific mapping state.
   uint64_t Size;
   void *Mapping;
-#ifdef LLVM_ON_WIN32
-  void *FileHandle;
-#endif
 
   std::error_code init(int FD, uint64_t Offset, mapmode Mode);