From 35f27f71ea237b876e805e3d998d822b27f5d006 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Wed, 2 Mar 2016 20:27:12 -0600 Subject: [PATCH] sdr: remove erroneous comment --- main/sdr.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/sdr.go b/main/sdr.go index 7137565e..beef2104 100644 --- a/main/sdr.go +++ b/main/sdr.go @@ -387,8 +387,6 @@ func createESDev(id int, serial string, idSet bool) error { } func configDevices(count int, es_enabled, uat_enabled bool) { - // entry to this function is only valid when both UATDev and ESDev are nil - // once the tagged dongles have been assigned, explicitly range over // the remaining IDs and assign them to any anonymous dongles unusedIDs := make(map[int]string)