Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed Mar 22, 2024
1 parent 7aff160 commit aea6a9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mono/mono/utils/mono-mmap-wasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ static void*
valloc_impl (void *addr, size_t size, int flags, MonoMemAccountType type)
{
void *ptr;
int mflags = 0;
int prot = prot_from_flags (flags);

if (!mono_valloc_can_alloc (size))
return NULL;
Expand Down

0 comments on commit aea6a9c

Please sign in to comment.