Skip to content

Commit a4fd8c6

Browse files
authored
[NFC] Remove <stdatomic.h> as unused (#5063)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent f484cb8 commit a4fd8c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/nvidia/backend/driver.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <stdbool.h>
44
#define PY_SSIZE_T_CLEAN
55
#include <Python.h>
6-
#include <stdatomic.h>
76

87
// Raises a Python exception and returns false if code is not CUDA_SUCCESS.
98
static bool gpuAssert(CUresult code, const char *file, int line) {

0 commit comments

Comments
 (0)