Skip to content

Commit 752d209

Browse files
committed
removed extra entrypoint in cmakelist
1 parent 6d1683c commit 752d209

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

libc/src/wchar/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,6 @@ add_entrypoint_object(
7979
libc.src.__support.wctype_utils
8080
)
8181

82-
add_entrypoint_object(
83-
wcsncmp
84-
SRCS
85-
wcsncmp.cpp
86-
HDRS
87-
wcsncmp.h
88-
DEPENDS
89-
libc.hdr.wchar_macros
90-
libc.hdr.types.size_t
91-
libc.src.__support.wctype_utils
92-
)
93-
9482
add_entrypoint_object(
9583
wcsspn
9684
SRCS

0 commit comments

Comments
 (0)