From 04dfe1e3028b3f6fd9584dd45055b45b6b04c1a6 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 16 Aug 2023 15:56:50 +0100 Subject: [PATCH] PerformanceMonitor : Remove todo We don't want to clutter up the public API with Process subclasses. --- src/Gaffer/PerformanceMonitor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Gaffer/PerformanceMonitor.cpp b/src/Gaffer/PerformanceMonitor.cpp index 646ae1c38a6..754ee298daa 100644 --- a/src/Gaffer/PerformanceMonitor.cpp +++ b/src/Gaffer/PerformanceMonitor.cpp @@ -41,8 +41,6 @@ using namespace Gaffer; -/// \todo If we expose ValuePlug::HashProcess and ValuePlug::ComputeProcess -/// then we can use the types defined there directly. static IECore::InternedString g_hashType( "computeNode:hash" ); static IECore::InternedString g_computeType( "computeNode:compute" ); static PerformanceMonitor::Statistics g_emptyStatistics;