From b68ab60b9201a9d0e9b7853c7c112783050b7d16 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Thu, 20 Apr 2023 14:26:11 -0700 Subject: [PATCH] Remove unused IGListExperimentalAdapterUpdater+DebugDescription.h header file Summary: I found a file named `IGListExperimentalAdapterUpdater+DebugDescription.h` that wasn't part of the Xcode project, and had no accompanying implementation file. Since it looks like it's not being used, we can probably just delete it. Reviewed By: candance Differential Revision: D45147745 fbshipit-source-id: a1fbc0475c1c6098f03c7ea6a2f6316917c2e677 --- ...stExperimentalAdapterUpdater+DebugDescription.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Source/IGListKit/Internal/IGListExperimentalAdapterUpdater+DebugDescription.h diff --git a/Source/IGListKit/Internal/IGListExperimentalAdapterUpdater+DebugDescription.h b/Source/IGListKit/Internal/IGListExperimentalAdapterUpdater+DebugDescription.h deleted file mode 100644 index 3f48feb9..00000000 --- a/Source/IGListKit/Internal/IGListExperimentalAdapterUpdater+DebugDescription.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#import - -@interface IGListAdapterUpdater (DebugDescription) - -- (NSArray *)debugDescriptionLines; - -@end