1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-18 10:30:23 -04:00

Remove unreachable code

This commit is contained in:
Eelco Dolstra 2024-09-04 18:49:16 +02:00
parent 7455cbfda0
commit 353b2298b5

View file

@ -33,7 +33,6 @@ struct LazySourceAccessor : SourceAccessor
*next = acc;
return acc;
}
abort();
}
std::string readFile(const CanonPath & path) override