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:
parent
21282c3c20
commit
219705ff64
5 changed files with 0 additions and 699 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue