Skip to content

Commit

Permalink
Remove CSP_PUBLIC from SRMWLockFreeQueue
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein committed Oct 7, 2024
1 parent 73e106f commit 5414d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/csp/core/SRMWLockFreeQueue.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _IN_CSP_CORE_SRMWLOCKFREEQUEUE_H
#define _IN_CSP_CORE_SRMWLOCKFREEQUEUE_H

#include <csp/core/Platform.h>
#include <csp/core/QueueWaiter.h>
#include <csp/core/System.h>
#include <csp/core/Time.h>
Expand All @@ -15,7 +14,7 @@ namespace csp
one of the simplest! template type is required to have an intrinsic next pointer
*/
template< typename T >
class alignas(CACHELINE_SIZE) CSP_PUBLIC SRMWLockFreeQueue
class alignas(CACHELINE_SIZE) SRMWLockFreeQueue
{
public:
class Batch
Expand Down

0 comments on commit 5414d97

Please sign in to comment.