Remove unused member and simplify. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-12-16 02:19:26 +00:00
parent 96b7967f83
commit a99ff35cb5
2 changed files with 3 additions and 23 deletions

View File

@ -640,7 +640,6 @@ private:
uint64_t Size;
void *Mapping;
#ifdef LLVM_ON_WIN32
int FileDescriptor;
void *FileHandle;
void *FileMappingHandle;
#endif