Skip to content

Commit 4dfeeab

Browse files
authored
Remove ignored method call (#2399)
1 parent 32d9512 commit 4dfeeab

File tree

1 file changed

+0
-2
lines changed
  • impl/maven-impl/src/main/java/org/apache/maven/impl/standalone

1 file changed

+0
-2
lines changed

impl/maven-impl/src/main/java/org/apache/maven/impl/standalone/ApiRunner.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ static Session newSession(RepositorySystem system, Lookup lookup, @Nullable Loca
402402
mavenUserHome.resolve("settings.xml"))
403403
.getEffectiveSettings();
404404

405-
settings.getProfiles();
406-
407405
// local repository
408406
String localRepository = settings.getLocalRepository() != null
409407
&& !settings.getLocalRepository().isEmpty()

0 commit comments

Comments
 (0)