Skip to content

Commit

Permalink
[vmpi] Drop unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dimhotepus committed Jan 3, 2025
1 parent 9f8aad3 commit 728c922
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/vmpi/vmpi_distribute_work_sdk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@ class CDistributor_SDKMaster : public IWorkUnitDistributorMaster, public IShuffl

if ( m_bUsingMasterLocalThreads )
RunThreads_Start( Master_WorkerThread_Static, this, ERunThreadsPriority::k_eRunThreadsPriority_Idle );

uint64 lastShuffleTime = Plat_MSTime();

while ( m_WorkUnitWalker.Thread_NumWorkUnitsRemaining() > 0 )
{
VMPI_DispatchNextMessage( 200 );
Expand All @@ -399,8 +398,7 @@ class CDistributor_SDKMaster : public IWorkUnitDistributorMaster, public IShuffl
// Reshuffle the work units optimally every certain interval.
if ( m_bForceShuffle || CheckShuffleRequest() )
{
Shuffle();
lastShuffleTime = Plat_MSTime();
Shuffle();
m_bForceShuffle = false;
}
}
Expand Down

0 comments on commit 728c922

Please sign in to comment.