Skip to content

Commit

Permalink
Merge pull request #1339 from AzureAD/oldalton/fix_dispatcher_warning
Browse files Browse the repository at this point in the history
Fixed ADAggregatedDispatcher warning
  • Loading branch information
oldalton authored Nov 5, 2018
2 parents 516bbd8 + 3c2c1de commit a78e75f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ADAL/src/telemetry/ADAggregatedDispatcher.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ @implementation ADAggregatedDispatcher

static NSDictionary *s_eventPropertiesDictionary;

- (id)init
{
//Ensure that the appropriate init function is called. This will cause the runtime to throw.
[super doesNotRecognizeSelector:_cmd];
return nil;
}

- (id)initWithDispatcher:(id<ADDispatcher>)dispatcher
{
self = [super initWithDispatcher:dispatcher];
Expand Down

0 comments on commit a78e75f

Please sign in to comment.