summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h')
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h b/SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h
deleted file mode 100644
index f527decea..000000000
--- a/SmartDeviceLinkTests/DevAPISpecs/TestOldConfigurationUpdateManagerDelegate.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// TestOldConfigurationUpdateManagerDelegate.h
-// SmartDeviceLinkTests
-//
-// Created by Joel Fischer on 6/4/20.
-// Copyright © 2020 smartdevicelink. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-#import "SDLManagerDelegate.h"
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface TestOldConfigurationUpdateManagerDelegate : NSObject <SDLManagerDelegate>
-
-@end
-
-NS_ASSUME_NONNULL_END