Skip to content

Commit

Permalink
Fixed ADAggregatedDispatcher warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalton committed Nov 4, 2018
1 parent 516bbd8 commit 3c2c1de
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 3c2c1de

Please sign in to comment.