remove unused codes

This commit is contained in:
satotake 2021-11-23 10:12:34 +00:00 committed by GitHub
parent 4376db6c17
commit fa2ebe3d81
4 changed files with 0 additions and 42 deletions

View file

@ -585,14 +585,6 @@ where
arg_layout: &Layout<'a>,
) -> Result<(), String>;
/// build_num_is_zero stores the result of `src == 0` into dst.
fn build_num_is_zero(
&mut self,
dst: &Symbol,
src: &Symbol,
arg_layout: &Layout<'a>,
) -> Result<(), String>;
/// literal_map gets the map from symbol to literal, used for lazy loading and literal folding.
fn literal_map(&mut self) -> &mut MutMap<Symbol, Literal<'a>>;