summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-10-10 10:24:12 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-10-10 10:24:12 -0400
commitf76af5d4117669b5fe62c58684673182be0eca3d (patch)
treec211f141db5e4ecd0f38991e8e7fb3cfd71a00f6
parent2a2164da8a0fa2fe0a581ec62947b60b1926e171 (diff)
downloadsdl_ios-f76af5d4117669b5fe62c58684673182be0eca3d.tar.gz
Fix duplicate SDLFileName definition
-rw-r--r--SmartDeviceLink/SDLFileManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLFileManager.h b/SmartDeviceLink/SDLFileManager.h
index e71948a37..5eae0ff4b 100644
--- a/SmartDeviceLink/SDLFileManager.h
+++ b/SmartDeviceLink/SDLFileManager.h
@@ -18,8 +18,6 @@
NS_ASSUME_NONNULL_BEGIN
-typedef NSString SDLFileName;
-
typedef void (^SDLFileManagerStartupCompletionHandler)(BOOL success, NSError *__nullable error);