Skip to content

Commit

Permalink
Removed duplicated declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosumosu committed Feb 21, 2023
1 parent 192631a commit 750d07e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/tier0/tslist_atomics.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ inline bool ThreadInterlockedAssignIf64x128( volatile int64 *pDest, const int64
#error
#endif

//-----------------------------------------------------------------------------

PLATFORM_INTERFACE bool RunTSQueueTests( int nListSize = 10000, int nTests = 1 );
PLATFORM_INTERFACE bool RunTSListTests( int nListSize = 10000, int nTests = 1 );

//-----------------------------------------------------------------------------
// Lock free list.
//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 750d07e

Please sign in to comment.