From 353b2298b5605b469ec0843b9d6ab55a22260987 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Sep 2024 18:49:16 +0200 Subject: [PATCH] Remove unreachable code --- src/libutil/lazy-source-accessor.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libutil/lazy-source-accessor.hh b/src/libutil/lazy-source-accessor.hh index 8758a7443..544407b63 100644 --- a/src/libutil/lazy-source-accessor.hh +++ b/src/libutil/lazy-source-accessor.hh @@ -33,7 +33,6 @@ struct LazySourceAccessor : SourceAccessor *next = acc; return acc; } - abort(); } std::string readFile(const CanonPath & path) override