Skip to content

Commit 7b89bc9

Browse files
committed
More dead code after rebase
1 parent 54c3741 commit 7b89bc9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

librubyfmt/src/parser_state.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -936,15 +936,6 @@ impl<'src> ParserState<'src> {
936936
}
937937
}
938938

939-
pub(crate) fn render_with_blank_state<F>(ps: &mut ParserState<'src>, f: F) -> ParserState<'src>
940-
where
941-
F: FnOnce(&mut ParserState<'src>),
942-
{
943-
let mut next_ps = ParserState::new_with_reset_indentation(ps);
944-
f(&mut next_ps);
945-
next_ps
946-
}
947-
948939
/// Format a conditional modifier expression (e.g., `x if y` or `x unless y`).
949940
pub(crate) fn conditional_layout_of<FP, FS>(
950941
&mut self,

0 commit comments

Comments
 (0)