Skip to content
Snippets Groups Projects
Commit b045d9e1 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

removed dead code

parent 5cbdda25
Branches
Tags
No related merge requests found
Pipeline #104995 passed
...@@ -8,10 +8,6 @@ import ( ...@@ -8,10 +8,6 @@ import (
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
) )
const (
pndStoreName = "pnd"
)
// LoadedPnd represents a Principal Network Domain that was loaeded by using // LoadedPnd represents a Principal Network Domain that was loaeded by using
// the Load() method of the PndStore. // the Load() method of the PndStore.
type LoadedPnd struct { type LoadedPnd struct {
......
...@@ -9,10 +9,6 @@ import ( ...@@ -9,10 +9,6 @@ import (
"github.com/google/uuid" "github.com/google/uuid"
) )
const (
sbiStoreName = "sbi"
)
// SbiStore is used to store SouthboundInterfaces // SbiStore is used to store SouthboundInterfaces
type SbiStore struct { type SbiStore struct {
sbiStoreName string sbiStoreName string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment