Skip to content

Commit

Permalink
Remove unused use_cache parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zklaus committed Jul 30, 2024
1 parent cd97efe commit 02bed68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda_build/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def get_build_index(
prepend=not omit_defaults,
platform=subdir,
use_local=False,
use_cache=context.offline,
)
# HACK: defaults does not have the many subfolders we support. Omit it and
# try again.
Expand All @@ -121,7 +120,6 @@ def get_build_index(
prepend=not omit_defaults,
platform=subdir,
use_local=False,
use_cache=context.offline,
)

local_index_timestamp = os.path.getmtime(index_file)
Expand Down

0 comments on commit 02bed68

Please sign in to comment.