delete dead code
This commit is contained in:
parent
1cf51876a8
commit
d269f9006d
3 changed files with 3 additions and 4 deletions
|
|
@ -307,7 +307,7 @@ pub fn cmd_trace(key: &[String]) -> Result<(), String> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn cmd_organize(term: &str, threshold: f32, key_only: bool, create_anchor: bool) -> Result<(), String> {
|
||||
pub fn cmd_organize(term: &str, key_only: bool, create_anchor: bool) -> Result<(), String> {
|
||||
let mut store = store::Store::load()?;
|
||||
|
||||
// Step 1: find all non-deleted nodes matching the term
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue