mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
e5f1289239
The isLoopback function in internal/hostagent/agent.go was unused in production code - it was a duplicate of the same function in internal/hostmetrics/collector.go which is actively used. Removed the dead code along with its associated tests to reduce maintenance burden and improve code clarity.