Skip to content

Commit 0b92e8e

Browse files
authored
Revert "Stub std::atomic implementation (#3909)" (#3934)
1 parent 379d305 commit 0b92e8e

File tree

6 files changed

+0
-369
lines changed

6 files changed

+0
-369
lines changed

Os/Stub/CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ register_fprime_implementation(
2323
INTERFACE
2424
)
2525

26-
register_fprime_implementation(
27-
StubStandardAtomic
28-
IMPLEMENTS
29-
StandardAtomic
30-
INTERFACE
31-
)
32-
target_include_directories(
33-
StubStandardAtomic
34-
BEFORE INTERFACE SYSTEM
35-
"${CMAKE_CURRENT_LIST_DIR}/atomic"
36-
)
37-
38-
3926
# Remainder of file is specific to UTs
4027
if (NOT BUILD_TESTING)
4128
return()

Os/Stub/atomic/atomic.hpp

Lines changed: 0 additions & 12 deletions
This file was deleted.

Os/Stub/atomic/atomic_impl.hpp

Lines changed: 0 additions & 145 deletions
This file was deleted.

Os/Stub/test/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,4 @@ register_fprime_ut(
173173
Fw_Types
174174
Fw_Time
175175
STest
176-
)
177-
178-
#### Atomic Stub Testing ####
179-
register_fprime_ut(
180-
StubAtomicTest
181-
SOURCES
182-
"${CMAKE_CURRENT_LIST_DIR}/ut/StubStdAtomicTests.cpp"
183-
DEPENDS
184-
Fw_Types
185-
STest
186176
)

Os/Stub/test/atomic_test.hpp

Lines changed: 0 additions & 16 deletions
This file was deleted.

Os/Stub/test/ut/StubStdAtomicTests.cpp

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)