Commit 0429691
chore(FRM): Drop private never set member variable
`FairRootManager::fOutFolder` is a private member variable.
It is initialized to nullptr and never set to another value
later on.
So drop this member variable and any code that depends on
it being non-nullptr.1 parent e4ecb3c commit 0429691
2 files changed
Lines changed: 2 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
483 | 482 | | |
484 | 483 | | |
485 | 484 | | |
486 | | - | |
487 | 485 | | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | 486 | | |
496 | | - | |
497 | | - | |
498 | | - | |
| 487 | + | |
499 | 488 | | |
500 | 489 | | |
501 | 490 | | |
| |||
773 | 762 | | |
774 | 763 | | |
775 | 764 | | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
| 765 | + | |
789 | 766 | | |
790 | 767 | | |
791 | 768 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
342 | 340 | | |
343 | 341 | | |
344 | 342 | | |
| |||
0 commit comments