From 14dc6f3a725ced51c0e596bbcd318759b5980e3f Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Fri, 15 Jul 2022 16:35:55 +0200
Subject: [PATCH] Remove useless binary operator

---
 src/language/modules/BinaryOperatorRegisterForVh.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/language/modules/BinaryOperatorRegisterForVh.cpp b/src/language/modules/BinaryOperatorRegisterForVh.cpp
index 90f0c295a..675d84772 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>>>());
-- 
GitLab