---
Fixes building with the latest version of hare
format/scfg/scan.ha | 1 -
1 file changed, 1 deletion(-)
diff --git a/format/scfg/scan.ha b/format/scfg/scan.ha
index ed886a8..b578442 100644
--- a/format/scfg/scan.ha
+++ b/format/scfg/scan.ha
@@ -95,7 +95,6 @@ export fn next(s: *scanner) (directive | io::EOF | error) = {
);
};
};
- abort(); //Unreachable
};
// Frees the resources associated with a [[scanner]].
--
2.43.0