mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Remove tarball-cache.{hh,cc}
TarballInfo is only used in github.cc, and getTarballCache() is a bit too trivial to have its own file.
This commit is contained in:
parent
9b04ce16fc
commit
78b8db72b5
5 changed files with 15 additions and 31 deletions
|
@ -95,4 +95,6 @@ struct GitRepo
|
|||
const std::vector<fetchers::PublicKey> & publicKeys) = 0;
|
||||
};
|
||||
|
||||
ref<GitRepo> getTarballCache();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue