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