Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f68eec4

Browse files
committed
PR #3491
1 parent 4ac242f commit f68eec4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

libraries/tickv/src/async_ops.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -277,18 +277,6 @@ impl<'a, C: FlashController<S>, const S: usize> AsyncTicKV<'a, C, S> {
277277
self.tickv.read_buffer.replace(Some(buf));
278278
}
279279

280-
/// Get the `value` buffer that was passed in by previous
281-
/// commands.
282-
pub fn get_stored_value_buffer(&self) -> Option<&'static mut [u8]> {
283-
self.value.take()
284-
}
285-
286-
/// Get the `buf` buffer that was passed in by previous
287-
/// commands.
288-
pub fn get_stored_buffer(&self) -> Option<&'static mut [u8]> {
289-
self.buf.take()
290-
}
291-
292280
/// Continue the last operation after the async operation has completed.
293281
/// This should be called from a read/erase complete callback.
294282
/// NOTE: If called from a read callback, `set_read_buffer` should be

0 commit comments

Comments
 (0)