Skip to content

Commit

Permalink
fw: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Jan 5, 2025
1 parent d57cd6c commit 4cb5f31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions fw/table/pit-cs-tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ type OnPitExpiration func(PitEntry)

// PitCsTree represents a PIT-CS implementation that uses a name tree
type PitCsTree struct {
basePitCsTable

root *pitCsTreeNode

nPitEntries int
Expand Down
3 changes: 0 additions & 3 deletions fw/table/pit-cs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ type PitCsTable interface {
Update()
}

// basePitCsTable contains properties common to all PIT-CS tables
type basePitCsTable struct{}

// PitEntry dictates what entries in a PIT-CS table should implement
type PitEntry interface {
PitCs() PitCsTable
Expand Down

0 comments on commit 4cb5f31

Please # to comment.