Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
342e1a5b
Commit
342e1a5b
authored
Aug 10, 2015
by
Daniele Kruse
Browse files
Removed unused function
parent
cd87d014
Changes
2
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/DataTransferSession.cpp
View file @
342e1a5b
...
...
@@ -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
//-----------------------------------------------------------------------------
...
...
tapeserver/castor/tape/tapeserver/daemon/DataTransferSession.hpp
View file @
342e1a5b
...
...
@@ -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
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment