Skip to content

Commit

Permalink
cleanup(libsinsp): remove assert false on condition that can happen
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Nov 23, 2023
1 parent 4c34acc commit 7cb284c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/libsinsp/stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ uint64_t get_container_memory_usage()
FILE* f = fopen(filepath, "r");
if(!f)
{
ASSERT(false);
return 0;
}

Expand Down

0 comments on commit 7cb284c

Please sign in to comment.