Revert "Added a hack to de-duplicate hosts and some more checks when adding a host to minimize the chances for dupes"

This reverts commit fd9ee45dac.
This commit is contained in:
Cameron Gutman
2015-04-06 00:22:51 -04:00
parent 58e41dfcf1
commit 7767ae497b
4 changed files with 10 additions and 98 deletions
+1 -2
View File
@@ -9,7 +9,6 @@
#import <Foundation/Foundation.h>
#import "MDNSManager.h"
#import "Host.h"
#import "CleanupCrew.h"
@protocol DiscoveryCallback <NSObject>
@@ -17,7 +16,7 @@
@end
@interface DiscoveryManager : NSObject <MDNSCallback, CleanupCallback>
@interface DiscoveryManager : NSObject <MDNSCallback>
- (id) initWithHosts:(NSArray*)hosts andCallback:(id<DiscoveryCallback>) callback;
- (void) startDiscovery;