Skip to content

Commit 9605075

Browse files
authored
Removing unused variables
1 parent 5c56fd0 commit 9605075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ class FemtoUniverseDetaDphiStar
569569
int entries = 0;
570570
double distance = 0;
571571
int badpoints = 0;
572-
int allpoints = 0;
573572

574573
for (int i = 0; i < num; i++) {
575574
if (tmpVec1.at(i) != 999 && tmpVec2.at(i) != 999) {

0 commit comments

Comments
 (0)