summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLChangeRegistrationResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLChangeRegistrationResponse.m')
-rw-r--r--SmartDeviceLink/SDLChangeRegistrationResponse.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLChangeRegistrationResponse.m b/SmartDeviceLink/SDLChangeRegistrationResponse.m
index 710495d2c..1c6b13e49 100644
--- a/SmartDeviceLink/SDLChangeRegistrationResponse.m
+++ b/SmartDeviceLink/SDLChangeRegistrationResponse.m
@@ -14,10 +14,4 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
@end