imag/imag-store/src/delete.rs

6 lines
67 B
Rust
Raw Normal View History

2016-01-23 15:29:04 +00:00
use libimagrt::runtime::Runtime;
pub fn delete(rt: &Runtime) {
}