Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jun 8, 2018
1 parent ddf2be6 commit 8a7bd07
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -366,7 +366,6 @@ public ISymmetricEngine install(Properties passedInProperties) throws Exception
try {

String registrationUrl = properties.getProperty(ParameterConstants.REGISTRATION_URL);
boolean loadOnly = properties.is(ParameterConstants.NODE_LOAD_ONLY, false);
if (StringUtils.isNotBlank(registrationUrl)) {
Collection<ServerSymmetricEngine> all = getEngines().values();
for (ISymmetricEngine currentEngine : all) {
Expand Down

0 comments on commit 8a7bd07

Please sign in to comment.