Skip to content

Commit

Permalink
[INTERNAL] TaskUtil: Remove unused function getResourceTagCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jan 14, 2022
1 parent c6c1e84 commit c0676d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tasks/TaskUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ class TaskUtil {
return this._projectBuildContext.getResourceTagCollection().clearTag(resourcePath, tag);
}

getResourceTagCollection() {
return this._projectBuildContext.getResourceTagCollection();
}

/**
* Check whether the project currently being built is the root project.
*
Expand Down

0 comments on commit c0676d6

Please sign in to comment.