Commit 7a48645
committed
[RF] Remove dead code in
The `RooWorkspace::import()` method has a block of dead code, iterating
over a RooArgSet that is always empty.
The code is dead at lest since ROOT 5:
https://github.com/root-project/root/blob/v5-34-00-patches/roofit/roofitcore/src/RooWorkspace.cxx#L627RooWorkspace::import()
1 parent d07250d commit 7a48645
1 file changed
+0
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | 626 | | |
643 | 627 | | |
644 | 628 | | |
| |||
0 commit comments