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 8 forks source link

Remove unused data fields throughout codebase #80

Closed computablee closed 11 months ago

computablee commented 11 months ago

There are a lot of "dead" or "unused" data fields and accessors throughout DotMP (i.e., properties or member variables that have 0 references). These are fairly harmless, but bring the code coverage down, a metric I really shouldn't care about. I'm self-assigning this issue and will see how many unused data fields I can remove to not only tidy up the codebase, but also bring coverage up.