Skip to content

Commit 8c7c2e6

Browse files
committed
Retire now-dead memory_order enum in Stubs.cpp.
1 parent d119d6e commit 8c7c2e6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stdlib/public/runtime/Stubs.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,15 +256,6 @@ __muloti4(ti_int a, ti_int b, int* overflow)
256256

257257
#endif
258258

259-
typedef enum {
260-
memory_order_relaxed = 0,
261-
memory_order_consume = 1,
262-
memory_order_acquire = 2,
263-
memory_order_release = 3,
264-
memory_order_acq_rel = 4,
265-
memory_order_seq_cst = 5
266-
} memory_order;
267-
268259
// We can't return Float80, but we can receive a pointer to one, so
269260
// switch the return type and the out parameter on strtold.
270261
template <typename T>

0 commit comments

Comments
 (0)