diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp
index a37c260d22c0d19031e303005ec3c5b800c9d51e..40156c401752c91250fdda0c2c35379a4e0cd585 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.