Convert a member variable to a local variable. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-12-16 02:53:35 +00:00
parent a99ff35cb5
commit b5f992ccc0
2 changed files with 3 additions and 4 deletions

View File

@ -641,7 +641,6 @@ private:
void *Mapping;
#ifdef LLVM_ON_WIN32
void *FileHandle;
void *FileMappingHandle;
#endif
std::error_code init(int FD, uint64_t Offset, mapmode Mode);