aboutsummaryrefslogtreecommitdiff
path: root/include/EASTL/internal/atomic/compiler/compiler_barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/EASTL/internal/atomic/compiler/compiler_barrier.h')
-rw-r--r--include/EASTL/internal/atomic/compiler/compiler_barrier.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/include/EASTL/internal/atomic/compiler/compiler_barrier.h b/include/EASTL/internal/atomic/compiler/compiler_barrier.h
deleted file mode 100644
index 550070e..0000000
--- a/include/EASTL/internal/atomic/compiler/compiler_barrier.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////////
-// Copyright (c) Electronic Arts Inc. All rights reserved.
-/////////////////////////////////////////////////////////////////////////////////
-
-
-#ifndef EASTL_ATOMIC_INTERNAL_COMPILER_BARRIER_H
-#define EASTL_ATOMIC_INTERNAL_COMPILER_BARRIER_H
-
-#if defined(EA_PRAGMA_ONCE_SUPPORTED)
- #pragma once
-#endif
-
-
-/////////////////////////////////////////////////////////////////////////////////
-//
-// void EASTL_COMPILER_ATOMIC_COMPILER_BARRIER()
-//
-#if defined(EASTL_COMPILER_ATOMIC_COMPILER_BARRIER)
- #define EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_AVAILABLE 1
-#else
- #define EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_AVAILABLE 0
-#endif
-
-
-/////////////////////////////////////////////////////////////////////////////////
-//
-// void EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_DATA_DEPENDENCY(const T&, type)
-//
-#if defined(EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_DATA_DEPENDENCY)
- #define EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_DATA_DEPENDENCY_AVAILABLE 1
-#else
- #define EASTL_COMPILER_ATOMIC_COMPILER_BARRIER_DATA_DEPENDENCY_AVAILABLE 0
-#endif
-
-
-#endif /* EASTL_ATOMIC_INTERNAL_COMPILER_BARRIER_H */