瀏覽代碼

Additional go vet fixes

Rod Hynes 1 年之前
父節點
當前提交
ae1a643452
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      psiphon/server/bpf.go

+ 0 - 2
psiphon/server/bpf.go

@@ -63,8 +63,6 @@ func newTCPListenerWithBPF(
 
 	if havePBFProgram {
 
-		programName = programName
-
 		// Tactics parameters validation ensures BPFProgramInstructions has len >= 1.
 		listenConfig.Control = func(network, address string, c syscall.RawConn) error {
 			var setSockOptError error