Skip to content

Commit

Permalink
refactor(gear-wasm-builder): remove an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiderson committed Jul 25, 2023
1 parent ca8037b commit c5ae3f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gcli/tests/common/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ pub fn bin(name: &str) -> String {
pub fn wasm_bin(name: &str) -> String {
bin_path(name, true)
}

/// path of `example/binaries` folders
pub fn example_path(name: &str) -> String {
ROOT.clone() + "/examples/" + name
}

0 comments on commit c5ae3f1

Please sign in to comment.