From 9abfc4489ae37a6a74f6ecfc38ba9c5d3d08c530 Mon Sep 17 00:00:00 2001 From: Sho SHIMIZU Date: Fri, 2 Oct 2015 10:00:37 -0700 Subject: [PATCH] Remove reference that is only used in unit test Change-Id: I261242daedb55ecb86d8f9c862aed98230c1540c --- .../net/intent/impl/compiler/OpticalPathIntentCompiler.java | 4 ---- .../intent/impl/compiler/OpticalPathIntentCompilerTest.java | 2 -- 2 files changed, 6 deletions(-) diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalPathIntentCompiler.java b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalPathIntentCompiler.java index ca9ae5ccf8..2cc45e79b7 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalPathIntentCompiler.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalPathIntentCompiler.java @@ -39,7 +39,6 @@ import org.onosproject.net.intent.IntentCompiler; import org.onosproject.net.intent.IntentExtensionService; import org.onosproject.net.intent.OpticalPathIntent; import org.onosproject.net.resource.link.LinkResourceAllocations; -import org.onosproject.net.resource.link.LinkResourceService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -59,9 +58,6 @@ public class OpticalPathIntentCompiler implements IntentCompiler