Skip to content

Commit

Permalink
remove default paramter from non header
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Sep 8, 2023
1 parent 0196860 commit 5c24b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/tarball.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DownloadFileResult downloadFile(
const std::string & name,
bool locked,
const Headers & headers,
bool useShortTtl = false)
bool useShortTtl)
{
// FIXME: check store

Expand Down

0 comments on commit 5c24b1e

Please sign in to comment.