Skip to content

Commit

Permalink
Remove unused code from AssetManager
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Mar 17, 2024
1 parent 766f20c commit 7736516
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -242,6 +242,7 @@ class AssetManager {
* @param name A project name or URL e.g. {@code cbcrg/foo} or {@code https://github.com/cbcrg/foo.git}
* @return The fully qualified project name e.g. {@code cbcrg/foo}
*/
@PackageScope
String resolveName( String name ) {
assert name

Expand Down Expand Up @@ -362,11 +363,6 @@ class AssetManager {
return this
}

AssetManager setForce( boolean value ) {
this.force = value
return this
}

AssetManager checkValidRemoteRepo(String revision=null) {
// Configure the git provider to use the required revision as source for all needed remote resources:
// - config if present in repo (nextflow.config by default)
Expand Down

0 comments on commit 7736516

Please sign in to comment.