Skip to content

Commit

Permalink
Remove oboslete member.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent d6176c1 commit 19a7fb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/XrdFileCache/XrdFileCacheFile.cc
Expand Up @@ -77,8 +77,6 @@ m_infoFile(NULL),
m_temp_filename(disk_file_path),
m_offset(iOffset),
m_fileSize(iFileSize),

m_failed(false),
m_stopping(false),
m_stateCond(0), // We will explicitly lock the condition before use.

Expand Down
1 change: 0 additions & 1 deletion src/XrdFileCache/XrdFileCacheFile.hh
Expand Up @@ -96,7 +96,6 @@ namespace XrdFileCache
long long m_offset; //!< offset of cached file for block-based operation
long long m_fileSize; //!< size of cached disk file for block-based operation

bool m_failed; //!< reading from original source or writing to disk has failed
bool m_stopping; //!< run thread should be stopped

XrdSysCondVar m_stateCond; //!< state condition variable
Expand Down

0 comments on commit 19a7fb7

Please sign in to comment.