mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
more cleanup
This commit is contained in:
parent
4610e02d04
commit
5954cbf3e9
5 changed files with 18 additions and 49 deletions
|
@ -672,8 +672,6 @@ std::optional<EvalState::Doc> EvalState::getDoc(Value & v)
|
|||
return {};
|
||||
}
|
||||
|
||||
|
||||
|
||||
void printStaticEnvBindings(const StaticEnv &se, int lvl)
|
||||
{
|
||||
std::cout << "Env level " << lvl << std::endl;
|
||||
|
@ -1112,8 +1110,6 @@ void EvalState::resetFileCache()
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void EvalState::cacheFile(
|
||||
const Path & path,
|
||||
const Path & resolvedPath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue