VOL-1430, SEBA-436 Add EAPOL responder

Change-Id: I9b01271373099a843ada51fdf0a8639abaf8667e
diff --git a/core/omci.go b/core/omci.go
index 1d1a78c..433cb57 100644
--- a/core/omci.go
+++ b/core/omci.go
@@ -20,12 +20,11 @@
 	"context"
 
 	"gerrit.opencord.org/voltha-bbsim/common/logger"
-	"gerrit.opencord.org/voltha-bbsim/device"
 	"gerrit.opencord.org/voltha-bbsim/protos"
 	omci "github.com/opencord/omci-sim"
 )
 
-func RunOmciResponder(ctx context.Context, omciOut chan openolt.OmciMsg, omciIn chan openolt.OmciIndication, onumap map[uint32][]*device.Onu, errch chan error) {
+func RunOmciResponder(ctx context.Context, omciOut chan openolt.OmciMsg, omciIn chan openolt.OmciIndication, errch chan error) {
 	go func() {
 		defer logger.Debug("Omci response process was done")