Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dan Guest
athena
Commits
2f4cdefe
Commit
2f4cdefe
authored
6 years ago
by
Scott Snyder
Committed by
scott snyder
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
AthenaDBTestRec: Fix clang warning.
clang warning: unused private data member. Former-commit-id:
c32dea0d
parent
63710490
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
AtlasTest/DatabaseTest/AthenaDBTestRec/src/FolderInfo.h
+0
-1
0 additions, 1 deletion
AtlasTest/DatabaseTest/AthenaDBTestRec/src/FolderInfo.h
AtlasTest/DatabaseTest/AthenaDBTestRec/src/app/FolderInfo.cxx
+1
-1
1 addition, 1 deletion
...sTest/DatabaseTest/AthenaDBTestRec/src/app/FolderInfo.cxx
with
1 addition
and
2 deletions
AtlasTest/DatabaseTest/AthenaDBTestRec/src/FolderInfo.h
+
0
−
1
View file @
2f4cdefe
...
...
@@ -70,7 +70,6 @@ class FolderInfo {
int
m_size
;
int
m_period
;
std
::
vector
<
int
>
m_noisychan
;
float
m_noisyperiod
;
std
::
string
m_tag
;
bool
m_paytable
;
...
...
This diff is collapsed.
Click to expand it.
AtlasTest/DatabaseTest/AthenaDBTestRec/src/app/FolderInfo.cxx
+
1
−
1
View file @
2f4cdefe
...
...
@@ -22,7 +22,7 @@ FolderInfo::FolderInfo(const std::string name,
m_name
(
name
),
m_dbconn
(
dbconn
),
m_ndbconn
(
ndbconn
),
m_nchan
(
nchan
),
m_ptime
(
ptime
),
m_ptype
(
ptype
),
m_ncol
(
ncol
),
m_size
(
size
),
m_period
(
period
),
m_noisychan
(),
m_noisyperiod
(
0.1
),
m_tag
(
tag
),
m_paytable
(
payloadTable
),
m_poolplace
(
0
)
{
m_tag
(
tag
),
m_paytable
(
payloadTable
),
m_poolplace
(
0
)
{
// construct tag
if
(
m_ptime
==
RUNC
||
m_ptime
==
RUNP
)
{
// construct tag from foldername - removing / and adding explicit -<tag>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment