computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 7 forks source link

Remove dead code #91

Closed computablee closed 1 year ago

computablee commented 1 year ago

Which issue are you addressing?

No issue currently

How have you addressed the issue?

I have removed some dead code in the FixArgs argument (conditional that can never evaluate to true).

How have you tested your patch?

All existing unit tests pass.

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (c233773) 99.17% compared to head (92d1846) 99.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================== + Coverage 99.17% 99.54% +0.36% ========================================== Files 12 12 Lines 1096 1092 -4 Branches 102 101 -1 ========================================== Hits 1087 1087 + Misses 3 0 -3 + Partials 6 5 -1 ``` | [Files](https://app.codecov.io/gh/computablee/DotMP/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane) | Coverage Δ | | |---|---|---| | [DotMP/Parallel.cs](https://app.codecov.io/gh/computablee/DotMP/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane#diff-RG90TVAvUGFyYWxsZWwuY3M=) | `98.93% <ø> (+0.83%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.