Skip to content
Snippets Groups Projects
Commit de58886b authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Removed unused function

parent 5037a3ab
No related branches found
No related tags found
No related merge requests found
......@@ -486,20 +486,6 @@ castor::tape::tapeserver::daemon::DataTransferSession::~DataTransferSession()
}
}
//-----------------------------------------------------------------------------
// volumeClientTypeToString
//-----------------------------------------------------------------------------
const char *castor::tape::tapeserver::daemon::DataTransferSession::
volumeClientTypeToString(const tapegateway::ClientType mode) const throw() {
switch(mode) {
case tapegateway::TAPE_GATEWAY: return "TAPE_GATEWAY";
case tapegateway::READ_TP : return "READ_TP";
case tapegateway::WRITE_TP : return "WRITE_TP";
case tapegateway::DUMP_TP : return "DUMP_TP";
default : return "UKNOWN";
}
}
//-----------------------------------------------------------------------------
// volumeModeToString
//-----------------------------------------------------------------------------
......
......@@ -138,13 +138,6 @@ namespace daemon {
*/
cta::Scheduler &m_scheduler;
/**
* Returns the string representation of the specified tapebridge client type
* from a tapegateay::Volume message (READ, WRITE or DUMP).
*/
const char *volumeClientTypeToString(const tapegateway::ClientType mode)
const throw();
/**
* Returns the string representation of the specified mount type
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment