Skip to content

Commit

Permalink
removed non-sense declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDRVV committed May 4, 2024
1 parent 6257504 commit d8ecd98
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gapcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ var (
inactiveDevice map[string]libs.Device = make(map[string]libs.Device)
mutex sync.RWMutex = sync.RWMutex{}
analysisData *libs.Alldata = new(libs.Alldata)
globalChannel int = 0
tableScene int = 0
errTable int = 0
txdbiAnt float64 = 0
rxdbiAnt float64 = 0
pwrdbmDevice float64 = 0
chTable string = ""
srcTable string = ""
dstTable string = ""
esdTable string = ""
globalChannel int
tableScene int
errTable int
txdbiAnt float64
rxdbiAnt float64
pwrdbmDevice float64
chTable string
srcTable string
dstTable string
esdTable string
capturedEapol []string
macFilter string
handle *pcap.Handle
Expand Down

0 comments on commit d8ecd98

Please sign in to comment.