Skip to content

Commit

Permalink
fixup! lib/core: Use GBytes for file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 10, 2017
1 parent 3fcb36a commit b09e388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libostree/ostree-repo-commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ write_content_object (OstreeRepo *self,
}
else
{
g_autoptr(GVariant) file_meta = NULL;
g_autoptr(GConverter) zlib_compressor = NULL;
g_autoptr(GOutputStream) compressed_out_stream = NULL;
g_autoptr(GOutputStream) temp_out = NULL;
Expand Down

0 comments on commit b09e388

Please sign in to comment.