Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
eos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
JIRA
JIRA
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dss
eos
Commits
09f2231f
Commit
09f2231f
authored
Sep 12, 2018
by
Steven Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused variable 'i' from Ls.cc:173
parent
a840003e
Pipeline
#508050
failed with stages
in 37 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Ls.cc
mgm/proc/user/Ls.cc
+0
-1
No files found.
mgm/proc/user/Ls.cc
View file @
09f2231f
...
@@ -170,7 +170,6 @@ ProcCommand::Ls()
...
@@ -170,7 +170,6 @@ ProcCommand::Ls()
stdErr
+=
"
\n
"
;
stdErr
+=
"
\n
"
;
retc
=
errno
;
retc
=
errno
;
}
else
{
}
else
{
int
i
=
0
;
// TODO: convert virtual IDs back
// TODO: convert virtual IDs back
XrdOucString
suid
=
""
;
XrdOucString
suid
=
""
;
suid
+=
(
int
)
buf
.
st_uid
;
suid
+=
(
int
)
buf
.
st_uid
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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