Skip to content

Commit

Permalink
PerformanceMonitor : Remove todo
Browse files Browse the repository at this point in the history
We don't want to clutter up the public API with Process subclasses.
  • Loading branch information
johnhaddon committed Aug 16, 2023
1 parent 84d1f64 commit 04dfe1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Gaffer/PerformanceMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 04dfe1e

Please sign in to comment.