Skip to content

Commit

Permalink
Merge pull request #467 from Shopify/remove-warning
Browse files Browse the repository at this point in the history
Remove unused variable warning
  • Loading branch information
casperisfine authored Jan 29, 2024
2 parents e0a11fe + 3c15095 commit 457adc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/bootsnap/bootsnap.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ static VALUE
bs_precompile(char * path, VALUE path_v, char * cache_path, VALUE handler)
{
struct bs_cache_key cached_key, current_key;
char * contents = NULL;
int cache_fd = -1, current_fd = -1;
int res, valid_cache = 0, exception_tag = 0;
const char * errno_provenance = NULL;
Expand Down

0 comments on commit 457adc5

Please sign in to comment.