Skip to content

Commit

Permalink
Remove code that is not used
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Feb 18, 2025
1 parent 19dd451 commit d18b668
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@

using namespace nx::core;

namespace
{
struct CreateAndInitArrayFunctor
{
template <class T>
void operator()(IDataArray* iDataArray, const std::string& initValue)
{
Result<T> result = ConvertTo<T>::convert(initValue);

auto* dataStore = iDataArray->template getIDataStoreAs<AbstractDataStore<T>>();
dataStore->fill(result.value());
}
};
} // namespace

namespace nx::core
{
//------------------------------------------------------------------------------
Expand Down

0 comments on commit d18b668

Please sign in to comment.