Skip to content
Snippets Groups Projects
Commit 75768c91 authored by Axel Naumann's avatar Axel Naumann
Browse files

[test] Remove now unused function:

was only needed for rfio which has been dropped.
parent ca9ab88c
Branches
Tags
No related merge requests found
...@@ -167,19 +167,6 @@ int setPath(const char *proto) ...@@ -167,19 +167,6 @@ int setPath(const char *proto)
return -1; return -1;
} }
Bool_t running_as_sftnight_with_kerberos() {
UserGroup_t *ug = gSystem->GetUserInfo((const char*)0);
if (!ug) {
return kFALSE;
}
if (ug->fUser != "sftnight") {
delete ug;
return kFALSE;
}
delete ug;
return (gSystem->Exec("(klist | grep sftnight@CERN.CH) > /dev/null 2>&1") == 0);
}
void stressIOPluginsForProto(const char *protoName /*=0*/, int multithread /*=0*/) void stressIOPluginsForProto(const char *protoName /*=0*/, int multithread /*=0*/)
{ {
//Main control function invoking all test programs //Main control function invoking all test programs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment