mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:17:10 +00:00
Remove () returned value
This commit is contained in:
parent
a420d39afb
commit
3dcbc1e5bc
@ -1608,7 +1608,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
|
||||
(value1, value2)
|
||||
}
|
||||
|
||||
fn filter_landing_pad(&mut self, pers_fn: Function<'gcc>) -> () {
|
||||
fn filter_landing_pad(&mut self, pers_fn: Function<'gcc>) {
|
||||
// TODO(antoyo): generate the correct landing pad
|
||||
self.cleanup_landing_pad(pers_fn);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user