From c59943a12da4845ccaf7b93ec4b293b19dedea76 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 14 Jul 2023 11:06:08 -0400 Subject: Probe direction is unnused in probe.Probe -- remove it Signed-off-by: Will Hawkins --- probe/probe.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'probe/probe.go') diff --git a/probe/probe.go b/probe/probe.go index 3939076..951e65e 100644 --- a/probe/probe.go +++ b/probe/probe.go @@ -25,7 +25,6 @@ import ( "github.com/network-quality/goresponsiveness/debug" "github.com/network-quality/goresponsiveness/extendedstats" - "github.com/network-quality/goresponsiveness/lgc" "github.com/network-quality/goresponsiveness/utilities" ) @@ -80,7 +79,6 @@ func Probe( client *http.Client, probeUrl string, probeHost string, // optional: for use with a test_endpoint - probeDirection lgc.LgcDirection, probeType ProbeType, probeId uint, captureExtendedStats bool, -- cgit v1.2.3