Cleanup switch certificate chain handling
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / configuration / OpenFlowProviderConfigImpl.java
index 10159837cefae3ab77528b07031d876c13717d01..2c676c60cdfcf03a5bce8cb58a48dd5ccc18146c 100644 (file)
@@ -165,10 +165,4 @@ public class OpenFlowProviderConfigImpl extends AbstractAugmentable<OpenflowProv
         return new NonZeroUint32Type(service.<Uint32>getProperty(
             ConfigurationProperty.DEVICE_DATASTORE_REMOVAL_DELAY.toString(), Uint32::valueOf));
     }
-
-    @Override
-    public Boolean getEnableCustomTrustManager() {
-        return service.getProperty(ConfigurationProperty.ENABLE_CUSTOM_TRUST_MANAGER.toString(),
-                Boolean::valueOf);
-    }
 }