Skip to content

Commit

Permalink
Fix another gcc warning
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Howard <[email protected]>
  • Loading branch information
YzenaLLC committed Mar 5, 2022
1 parent ca6dd9e commit 6d26f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ static void bc_vm_exec(void) {

size_t i;
bool has_file = false;
BcVec buf;

#if BC_ENABLED
// Load the math libraries.
Expand Down

0 comments on commit 6d26f2a

Please sign in to comment.