Skip to content

Commit 5f26140

Browse files
committed
Remove old comment
Signed-off-by: Toby Hede <[email protected]>
1 parent 9d7c62d commit 5f26140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7817,7 +7817,6 @@ impl<'a> Parser<'a> {
78177817
}
78187818

78197819
pub fn parse_end(&mut self) -> Result<Statement, ParserError> {
7820-
// let _ = self.parse_one_of_keywords(&[Keyword::TRANSACTION, Keyword::WORK]);
78217820
Ok(Statement::Commit {
78227821
chain: self.parse_commit_rollback_chain()?,
78237822
})

0 commit comments

Comments
 (0)