Skip to content

Commit

Permalink
Revert "env: shut up valgrind"
Browse files Browse the repository at this point in the history
This reverts commit 878dda7.

No longer needed.
  • Loading branch information
stsp committed Aug 8, 2024
1 parent 7bcc4af commit 4e5190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void set_env_size(void)
{
unsigned short psp = _stubinfo->psp_selector;
unsigned short env_sel;
unsigned env_addr = 0;
unsigned env_addr;
struct MCB mcb;
unsigned old_env_size;
int err;
Expand Down

0 comments on commit 4e5190c

Please sign in to comment.