Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Jul 29, 2021
1 parent 4a8c1e7 commit 6d98e81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/storage-plus/src/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ where
self.save(store, &output)?;
Ok(output)
}

pub fn query_msg(&self, contract_addr: String) -> StdResult<WasmQuery> {
let key = to_binary(self.as_slice())?;
Ok(WasmQuery::Raw {contract_addr, key})
}
}

#[cfg(test)]
Expand Down

0 comments on commit 6d98e81

Please sign in to comment.