1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

Remove dead code

Most of the code in `git.{cc,hh}` is dead, so get rid of it.
This commit is contained in:
Théophane Hufschmitt 2024-02-26 11:04:19 +01:00
parent 21282c3c20
commit 219705ff64
5 changed files with 0 additions and 699 deletions

View file

@ -41,13 +41,6 @@ struct FileSystemObjectSink
virtual void createSymlink(const Path & path, const std::string & target) = 0;
};
/**
* Recursively copy file system objects from the source into the sink.
*/
void copyRecursive(
SourceAccessor & accessor, const CanonPath & sourcePath,
FileSystemObjectSink & sink, const Path & destPath);
/**
* Ignore everything and do nothing
*/