File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ add_entrypoint_object(
37
37
libc.src.search.hsearch.global
38
38
libc.src.__support.HashTable.table
39
39
libc.src.__support.HashTable.randomness
40
- libc.src.__support.libc_assert
41
40
libc.src.errno.errno
42
41
libc.include.search
43
42
)
@@ -63,7 +62,6 @@ add_entrypoint_object(
63
62
DEPENDS
64
63
libc.src.search.hsearch.global
65
64
libc.src.__support.HashTable.table
66
- libc.src.__support.libc_assert
67
65
libc.include.search
68
66
)
69
67
Original file line number Diff line number Diff line change 8
8
9
9
#include " src/search/hdestroy.h"
10
10
#include " src/__support/HashTable/table.h"
11
- #include " src/__support/libc_assert.h"
12
11
#include " src/search/hsearch/global.h"
13
12
14
13
namespace LIBC_NAMESPACE {
Original file line number Diff line number Diff line change 9
9
#include " src/search/hsearch.h"
10
10
#include " src/__support/HashTable/randomness.h"
11
11
#include " src/__support/HashTable/table.h"
12
- #include " src/__support/libc_assert.h"
13
12
#include " src/errno/libc_errno.h"
14
13
#include " src/search/hsearch/global.h"
15
14
You can’t perform that action at this time.
0 commit comments