From 5ab95fab4d0968eee50c4abc6872c4857203011f Mon Sep 17 00:00:00 2001
From: Daniel Czerwonk <daniel@dan-nrw.de>
Date: Mon, 16 Jul 2018 21:25:13 +0200
Subject: [PATCH] build fix

---
 protocols/bgp/server/server.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/protocols/bgp/server/server.go b/protocols/bgp/server/server.go
index df63a4a9..170ca0a2 100644
--- a/protocols/bgp/server/server.go
+++ b/protocols/bgp/server/server.go
@@ -7,7 +7,6 @@ import (
 	"sync"
 
 	"github.com/bio-routing/bio-rd/config"
-	"github.com/bio-routing/bio-rd/routingtable/locRIB"
 	log "github.com/sirupsen/logrus"
 )
 
-- 
GitLab