# HG changeset patch # User Simon Heath # Date 1662490740 14400 # Tue Sep 06 14:59:00 2022 -0400 # Node ID 3fd077267d1af15f141537f06719384b20d7935f # Parent edaa2c429c11dfdb0e49d29ef1b20e3f96764b61 fix compile error diff --git a/src/parser.rs b/src/parser.rs --- a/src/parser.rs +++ b/src/parser.rs @@ -448,8 +448,6 @@ } } - fn peek_expect(&mut self, tok: TokenKind) -> bool {} - /// Returns whether the next token in the stream is what is expected. /// /// Basically, we can't (easily) pass in a strongly-typed enum discriminant