diff base/MatrixFileCache.h @ 93:27d726916ab3

* Remove mmap-based code again. We can be more efficient with read().
author Chris Cannam
date Wed, 03 May 2006 16:47:04 +0000
parents 4988de098b25
children 040a151d0897
line wrap: on
line diff
--- a/base/MatrixFileCache.h	Wed May 03 16:09:16 2006 +0000
+++ b/base/MatrixFileCache.h	Wed May 03 16:47:04 2006 +0000
@@ -62,10 +62,6 @@
     mutable size_t  m_rw;
     mutable bool    m_userRegion;
     mutable float  *m_region;
-    mutable bool    m_mmapped;
-    mutable size_t  m_mmapSize;
-    mutable size_t  m_mmapOff;
-    mutable bool    m_preferMmap;
     float *getRegionPtr(size_t x, size_t y) const;
 
     bool autoSetRegion(size_t x) const;