Remove duplicate comment

This commit is contained in:
Markus Pilman 2019-02-05 20:02:21 -08:00 committed by mpilman
parent b11d2ce1ec
commit c4fa69c998
1 changed files with 0 additions and 1 deletions

View File

@ -1155,7 +1155,6 @@ ACTOR Future<Void> includeServers( Database cx, vector<AddressExclusion> servers
tr.clear( excludedServersKeys );
includeAll = true;
} else if (s.isWholeMachine()) {
// Eliminate both any ip-level exclusion (1.2.3.4) and any port-level exclusions (1.2.3.4:5)
// Eliminate both any ip-level exclusion (1.2.3.4) and any
// port-level exclusions (1.2.3.4:5)
// The range ['IP', 'IP;'] was originally deleted. ';' is