Skip to content
  • Allison Vacanti's avatar
    Fix unused variable warnings. · a3429edc
    Allison Vacanti authored
    Compilers are starting to warn when an object is instantiated and
    only used to call static methods, such as the dispatchers. This patch
    cleans up some of these warnings and updates documentation.
    
    The TestScaledSOADataArrayDispatchers test has been removed, as it's
    redundant wrt the TestArrayDispatchers test (it doesn't test
    ScaledSOA functionality, just dispatching).
    a3429edc