Skip to content

Commit 76f6a31

Browse files
Remove reader.cpp
1 parent 97ae074 commit 76f6a31

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

libc/src/stdio/scanf_core/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ add_object_library(
5555
)
5656

5757
if(LIBC_TARGET_OS_IS_GPU)
58-
# TODO: fix this
5958
add_header_library(
6059
reader
61-
# SRCS
62-
# reader.cpp
6360
HDRS
6461
reader.h
6562
DEPENDS
@@ -70,8 +67,6 @@ add_header_library(
7067
elseif( (TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD) )
7168
add_header_library(
7269
reader
73-
# SRCS
74-
# reader.cpp
7570
HDRS
7671
reader.h
7772
DEPENDS

libc/src/stdio/scanf_core/reader.cpp

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

0 commit comments

Comments
 (0)