more cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user