Skip to content

Commit

Permalink
Removed unused symbolTable.pathrestriction
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Nov 12, 2024
1 parent c959f7e commit 46f1c1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go/pkg/pass1/setup-objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ type symbolTable struct {
service map[string]*service
// References host, network, interface, area, aggregate, group
group map[string]*objGroup
// References interface, group+
pathrestriction map[string]*ast.TopList
// References isakmp
ipsec map[string]*ipsec
// References ipsec
Expand All @@ -123,7 +121,6 @@ func createSymbolTable() *symbolTable {
s.unnamedProto = make(map[string]*proto)
s.protocolgroup = make(map[string]*protoGroup)
s.group = make(map[string]*objGroup)
s.pathrestriction = make(map[string]*ast.TopList)
s.aggregate = make(map[string]*network)
s.owner = make(map[string]*owner)
s.crypto = make(map[string]*crypto)
Expand Down

0 comments on commit 46f1c1c

Please sign in to comment.