1
0
mirror of https://github.com/fluencelabs/jsonpath synced 2025-06-23 12:51:39 +00:00

remove unused

This commit is contained in:
freestrings
2019-03-28 22:28:31 +09:00
parent 84008d9565
commit 493839addc

@ -13,15 +13,6 @@ pub struct RefValueWrapper {
data: TypeRefValue data: TypeRefValue
} }
impl RefValueWrapper {
pub fn try_unwrap(self) -> RefValue {
match Arc::try_unwrap(self.data) {
Ok(ref_value) => *ref_value,
Err(e) => panic!("{:?}", e)
}
}
}
impl Eq for RefValueWrapper {} impl Eq for RefValueWrapper {}
impl Deref for RefValueWrapper { impl Deref for RefValueWrapper {