diff --git a/Control/AthenaMonitoringKernel/AthenaMonitoringKernel/HistogramFiller.h b/Control/AthenaMonitoringKernel/AthenaMonitoringKernel/HistogramFiller.h
index 0a074d164ac39f11d1c418da088b1c38db0d7722..59f1e5f31bbf74fb59a8607eb7226331cfb5da10 100644
--- a/Control/AthenaMonitoringKernel/AthenaMonitoringKernel/HistogramFiller.h
+++ b/Control/AthenaMonitoringKernel/AthenaMonitoringKernel/HistogramFiller.h
@@ -47,10 +47,6 @@ namespace Monitored {
     HistogramFiller(const HistogramFiller& hf)
       : m_histDef(hf.m_histDef),
         m_histogramProvider(hf.m_histogramProvider) {}
-    /**
-     * @brief Move constructor
-     */
-    HistogramFiller(HistogramFiller&&) = default;
 
     /**
      * @brief Virtual destructor