diff --git a/src/language/modules/BinaryOperatorRegisterForVh.cpp b/src/language/modules/BinaryOperatorRegisterForVh.cpp index 90f0c295a77578a59a7eae42706333d37d9084cc..675d84772cc9764df42be29b8be9a03de77c6858 100644 --- a/src/language/modules/BinaryOperatorRegisterForVh.cpp +++ b/src/language/modules/BinaryOperatorRegisterForVh.cpp @@ -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>>>());