From 5a08f28184d4ea072850f333ae4ac4b04bfd2508 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Thu, 29 Feb 2024 14:37:12 +0000
Subject: [PATCH] Fix double getImpl due to bad merge.

---
 include/aidge/operator/Operator.hpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp
index a37c260d2..40156c401 100644
--- a/include/aidge/operator/Operator.hpp
+++ b/include/aidge/operator/Operator.hpp
@@ -128,14 +128,6 @@ public:
         return mImpl;
     }
 
-    /**
-     * @brief Get the OperatorImpl of the Operator
-     *
-     */
-    std::shared_ptr<OperatorImpl> getImpl(){
-        return mImpl;
-    }
-
     /**
      * @brief Minimum amount of data from a specific input for one computation pass.
      * @param inputIdx Index of the input analysed.
-- 
GitLab