diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp
index efb6d168be433b0c1a3129f926607a2accc8f554..396c60e46127ee9312745a92f9112dbc0742a584 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.