Skip to content

Commit e2101a0

Browse files
committed
Remove old comment
1 parent bac9fd7 commit e2101a0

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
@@ -7630,7 +7630,6 @@ impl<'a> Parser<'a> {
76307630
}
76317631

76327632
pub fn parse_end(&mut self) -> Result<Statement, ParserError> {
7633-
// let _ = self.parse_one_of_keywords(&[Keyword::TRANSACTION, Keyword::WORK]);
76347633
Ok(Statement::Commit {
76357634
chain: self.parse_commit_rollback_chain()?,
76367635
})

0 commit comments

Comments
 (0)