Skip to content

Commit

Permalink
Remove obsolete method.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 91e0dd8 commit 0b7a90b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions src/XrdFileCache/XrdFileCacheIOEntireFile.cc
Expand Up @@ -157,11 +157,6 @@ XrdOucCacheIO *IOEntireFile::Detach()
return io;
}

void IOEntireFile::Read (XrdOucCacheIOCB &iocb, char *buff, long long offs, int rlen)
{
iocb.Done(IOEntireFile::Read(buff, offs, rlen));
}

int IOEntireFile::Read (char *buff, long long off, int size)
{
TRACEIO(Dump, "IOEntireFile::Read() "<< this << " off: " << off << " size: " << size );
Expand Down
13 changes: 0 additions & 13 deletions src/XrdFileCache/XrdFileCacheIOEntireFile.hh
Expand Up @@ -61,19 +61,6 @@ namespace XrdFileCache
//---------------------------------------------------------------------
virtual int Read(char *Buffer, long long Offset, int Length);

//---------------------------------------------------------------------
//! Asynchronous read.
//!
//! @param callback
//! @param Buffer
//! @param Offset
//! @param Length
//!
//! @return number of bytes read
//---------------------------------------------------------------------
virtual void Read (XrdOucCacheIOCB &iocb, char *buff, long long offs, int rlen);


//---------------------------------------------------------------------
//! Pass ReadV request to the corresponding File object.
//!
Expand Down

0 comments on commit 0b7a90b

Please sign in to comment.