Skip to content

Commit b727bb1

Browse files
committed
Drop #endif comment.
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 863d4b5 commit b727bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifdef _GNU_SOURCE
1919
#include <dlfcn.h>
2020
static char X; // Dummy symbol, used as an anchor for `dlinfo` below.
21-
#endif // _GNU_SOURCE
21+
#endif
2222

2323
static constexpr auto InvalidDPCPPRoot = "<invalid>";
2424
static constexpr auto JITLibraryPathSuffix = "/lib/libsycl-jit.so";

0 commit comments

Comments
 (0)