1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -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; *next = acc;
return acc; return acc;
} }
abort();
} }
std::string readFile(const CanonPath & path) override std::string readFile(const CanonPath & path) override