Remove debug print from hm implementation
This commit is contained in:
parent
3a2363b4af
commit
996f9be91c
1 changed files with 0 additions and 1 deletions
1
lazy.h
1
lazy.h
|
|
@ -241,7 +241,6 @@ long long lz_sb_atoll(Lz_SB *src);
|
|||
void *newvals = malloc(newcap*sizeof(*(hm).vals));\
|
||||
_Bool *newexists = calloc(newcap, sizeof(_Bool));\
|
||||
_Bool *newtombstones = calloc(newcap, sizeof(_Bool));\
|
||||
printf("Grow\n");\
|
||||
\
|
||||
for (size_t i = 0; i < (hm).cap; ++i) {\
|
||||
if ((hm).exists[i]) {\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue