diff --git a/afl/src/metamap.rs b/afl/src/metamap.rs index 8b86603cdd..ce8698cab3 100644 --- a/afl/src/metamap.rs +++ b/afl/src/metamap.rs @@ -12,7 +12,6 @@ pub struct MetaMap { } impl MetaMap { - #[inline] pub fn get(&self) -> Option<&T> where @@ -132,7 +131,6 @@ pub struct MetaInstanceMap { } impl MetaInstanceMap { - #[inline] pub fn get(&self, instance: &U) -> Option<&T> where