Skip to content

Commit 2b66417

Browse files
committed
[libc] Fix accidentally using system file on GPU
Summary: Forgot to delete this
1 parent d23c24f commit 2b66417

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/src/stdio/scanf_core/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ if(LIBC_TARGET_OS_IS_GPU)
105105
libc.src.stdio.getc
106106
libc.src.stdio.ungetc
107107
libc.src.stdio.ferror
108-
COMPILE_OPTIONS
109-
-DLIBC_COPT_STDIO_USE_SYSTEM_FILE
110108
)
111109
elseif(TARGET libc.src.__support.File.file OR (NOT LLVM_LIBC_FULL_BUILD))
112110
add_header_library(

0 commit comments

Comments
 (0)