Skip to content
Snippets Groups Projects
Commit 14dc6f3a authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove useless binary operator

parent 41816454
No related branches found
No related tags found
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
......@@ -279,10 +279,6 @@ BinaryOperatorRegisterForVh::_register_divide()
std::shared_ptr<const IDiscreteFunction>,
std::shared_ptr<const IDiscreteFunction>>>());
repository.addBinaryOperator<language::divide_op>(
std::make_shared<BinaryOperatorProcessorBuilder<language::divide_op, std::shared_ptr<const IDiscreteFunction>, bool,
std::shared_ptr<const IDiscreteFunction>>>());
repository.addBinaryOperator<language::divide_op>(
std::make_shared<BinaryOperatorProcessorBuilder<language::divide_op, std::shared_ptr<const IDiscreteFunction>,
int64_t, std::shared_ptr<const IDiscreteFunction>>>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment