This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a commit to branch minifi-api-reduced
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit a57cfec50b80ea43e136ad50d9431809e3fa1893
Author: Adam Debreceni <[email protected]>
AuthorDate: Mon Apr 28 13:05:20 2025 +0200

    Remove logger
---
 extensions/pdh/PerformanceDataMonitor.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/pdh/PerformanceDataMonitor.h 
b/extensions/pdh/PerformanceDataMonitor.h
index 4e52da822..08d6ddbe9 100644
--- a/extensions/pdh/PerformanceDataMonitor.h
+++ b/extensions/pdh/PerformanceDataMonitor.h
@@ -124,7 +124,6 @@ class PerformanceDataMonitor final : public 
core::ProcessorImpl {
   bool pretty_output_;
 
   std::optional<uint8_t> decimal_places_;
-  std::shared_ptr<core::logging::Logger> logger_;
   PDH_HQUERY pdh_query_;
   std::vector<std::unique_ptr<PerformanceDataCounter>> 
resource_consumption_counters_;
 };

Reply via email to