summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteFile.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDeleteFile.m')
-rw-r--r--SmartDeviceLink/SDLDeleteFile.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLDeleteFile.m b/SmartDeviceLink/SDLDeleteFile.m
index d0f39d35c..c6c7481f1 100644
--- a/SmartDeviceLink/SDLDeleteFile.m
+++ b/SmartDeviceLink/SDLDeleteFile.m
@@ -14,12 +14,6 @@
return self;
}
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
- }
- return self;
-}
-
- (void)setSyncFileName:(NSString *)syncFileName {
if (syncFileName != nil) {
[parameters setObject:syncFileName forKey:SDLNameSyncFileName];