Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
feat: remove the function that adds mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Jan 16, 2024
1 parent 1201083 commit b33fab0
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions clarity/src/vm/ast/parser/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,56 +207,6 @@ impl<'a> Parser<'a> {
}
}

fn add_unviable_mutants() -> ParseResult<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
Option<
u64,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
>,
> {
Ok(None)
}

/// Process a new child node for an AST expression that is open and waiting for children nodes. For example,
/// a list or tuple expression that is waiting for child expressions.
///
Expand Down

0 comments on commit b33fab0

Please sign in to comment.