Remove handleMapRegister(MapRegister, boolean) 53/37953/2
authorLorand Jakab <lojakab@cisco.com>
Thu, 21 Apr 2016 06:41:38 +0000 (09:41 +0300)
committerLorand Jakab <lojakab@cisco.com>
Thu, 21 Apr 2016 07:18:10 +0000 (10:18 +0300)
commit5466fd7925bbb9a514ac60e0097dfbb972372dfb
treeb74b0d8d48e613359a6c275138bba038c4717086
parentfd39a013c09b362e329f37e2a1e500abc26d7c2e
Remove handleMapRegister(MapRegister, boolean)

The boolean variable is no longer used in the method, and the method
itself was only used in commented out integration tests, so there is no
reason to keep it around. (It was ugly to begin with.)

Check SFC as well, it's not used there either.

Change-Id: Id3aa0d7aadfd8f354e3cf5af2ab6b980dda0939f
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
integrationtest/src/test/java/org/opendaylight/lispflowmapping/integrationtest/MappingServiceIntegrationTest.java
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/LispMappingService.java