summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLReadDID.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLReadDID.m')
-rw-r--r--SmartDeviceLink/SDLReadDID.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLReadDID.m b/SmartDeviceLink/SDLReadDID.m
index 198d992e0..29fa002d6 100644
--- a/SmartDeviceLink/SDLReadDID.m
+++ b/SmartDeviceLink/SDLReadDID.m
@@ -14,12 +14,6 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (void)setEcuName:(NSNumber *)ecuName {
if (ecuName != nil) {
[parameters setObject:ecuName forKey:NAMES_ecuName];