1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Remove dead code

This commit is contained in:
Eelco Dolstra 2022-05-17 21:42:56 +02:00
parent 91e641af88
commit c1a202c348
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 0 additions and 54 deletions

View file

@ -134,9 +134,6 @@ private:
std::map<std::string, std::optional<SourcePath>> searchPathResolved;
/* Cache used by checkSourcePath(). */
std::unordered_map<Path, Path> resolvedPaths;
/* Cache used by prim_match(). */
std::shared_ptr<RegexCache> regexCache;