Skip to content

Commit

Permalink
Remove redundant memory management initialization (facebookincubator#…
Browse files Browse the repository at this point in the history
…10426)

Summary:
Pull Request resolved: facebookincubator#10426

MemoryManager initalization was moved up further in the code but the original placement wasn't removed

Reviewed By: kevinwilfong

Differential Revision: D59545365
  • Loading branch information
Daniel Hunte authored and facebook-github-bot committed Jul 10, 2024
1 parent 701c149 commit 3e5a347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/exec/tests/AggregationRunnerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ int main(int argc, char** argv) {

facebook::velox::aggregate::prestosql::registerAllAggregateFunctions();
facebook::velox::functions::prestosql::registerAllScalarFunctions();
facebook::velox::memory::MemoryManager::initialize({});

auto duckQueryRunner =
std::make_unique<facebook::velox::exec::test::DuckQueryRunner>();
Expand Down

0 comments on commit 3e5a347

Please sign in to comment.