Skip to content

Commit 2d130d7

Browse files
committed
cleanup stmts
1 parent 345b1ec commit 2d130d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/pg_statement_splitter/src/parser.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ pub struct Parse {
3737

3838
impl Parser {
3939
pub fn new(sql: &str) -> Self {
40-
// we dont care about whitespace tokens, except for double newlines
41-
// to make everything simpler, we just filter them out
42-
// the token holds the text range, so we dont need to worry about that
4340
let tokens = lex(sql);
4441

4542
let eof_token = Token::eof(usize::from(

0 commit comments

Comments
 (0)