Skip to content

Commit

Permalink
remove the fatal assert we put up for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 28, 2024
1 parent de7a94b commit 418bbea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ void aws_common_library_init(struct aws_allocator *allocator) {
AWS_LS_COMMON_GENERAL,
"static: numa_available() returns -1, numa functions are not available. Skip loading the other "
"numa functions.");
AWS_FATAL_ASSERT(-1);
} else {
*(void **)(&g_numa_num_configured_nodes_ptr) = dlsym(g_libnuma_handle, "numa_num_configured_nodes");
if (g_numa_num_configured_nodes_ptr) {
Expand Down

0 comments on commit 418bbea

Please sign in to comment.