Skip to content

Commit 457adc5

Browse files
authored
Merge pull request #467 from Shopify/remove-warning
Remove unused variable warning
2 parents e0a11fe + 3c15095 commit 457adc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/bootsnap/bootsnap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ static VALUE
819819
bs_precompile(char * path, VALUE path_v, char * cache_path, VALUE handler)
820820
{
821821
struct bs_cache_key cached_key, current_key;
822-
char * contents = NULL;
823822
int cache_fd = -1, current_fd = -1;
824823
int res, valid_cache = 0, exception_tag = 0;
825824
const char * errno_provenance = NULL;

0 commit comments

Comments
 (0)