Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jul 28, 2021
1 parent 9398d96 commit 64e1bee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tir/transforms/inject_copy_intrin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ class CopyIntrinInjector : public StmtMutator {
ICHECK(out->defined()) << "flower function did not return correct stmt";
return true;
}
// Get storage scope
std::string GetStorageScope(const VarNode* var) const {
return GetPtrStorageScope(GetRef<Var>(var));
}

// pragma key
std::string pragma_key_;
// function to lower copy intrinsics.
Expand Down

0 comments on commit 64e1bee

Please sign in to comment.