Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
8efa2616
Commit
8efa2616
authored
Sep 30, 2019
by
Volodymyr Yurchenko
Browse files
Remove unused 'pfn' field
parent
2e4c0c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TJAlienFile.cxx
View file @
8efa2616
...
...
@@ -277,9 +277,6 @@ TJAlienFile *TJAlienFile::Open(const char *url, Option_t *option,
valueObject
=
map
->
GetValue
(
"guid"
);
if
(
valueObject
)
sguid
=
valueObject
->
GetName
();
valueObject
=
map
->
GetValue
(
"pfn"
);
if
(
valueObject
)
pfnStr
=
valueObject
->
GetName
();
valueObject
=
map
->
GetValue
(
"envelope"
);
if
(
valueObject
)
authz
=
valueObject
->
GetName
();
...
...
@@ -294,7 +291,6 @@ TJAlienFile *TJAlienFile::Open(const char *url, Option_t *option,
::
Info
(
"TJAlienFile::Open"
,
"%s"
,
seStr
.
Data
());
::
Info
(
"TJAlienFile::Open"
,
"%d"
,
nreplicas
);
::
Info
(
"TJAlienFile::Open"
,
"%s"
,
sguid
.
Data
());
::
Info
(
"TJAlienFile::Open"
,
"%s"
,
pfnStr
.
Data
());
::
Info
(
"TJAlienFile::Open"
,
"%s"
,
tagsStr
.
Data
());
}
...
...
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