Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Updated to Android NDK 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Jul 4, 2018
1 parent 3ceb563 commit 694bc50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,6 @@ impl<C: Clone, T: FromJSValConvertible<Config=C>> FromJSValConvertible for Vec<T
iterator: RootedObject::new_unrooted(),
nextMethod: RootedValue::new_unrooted(),
index: ::std::u32::MAX, // NOT_ARRAY
#[cfg(target_os = "android")]
__bindgen_padding_0: 0,
};
let iterator = ForOfIteratorGuard::new(cx, &mut iterator);
let iterator = &mut *iterator.root;
Expand Down

0 comments on commit 694bc50

Please sign in to comment.