diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h')
| -rw-r--r-- | packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h b/packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h deleted file mode 100644 index d58da600765a..000000000000 --- a/packages/Python/lldbsuite/test/lang/objc/real-definition/Foo.h +++ /dev/null @@ -1,11 +0,0 @@ -#import <Foundation/Foundation.h> - -#import "Bar.h" - -@interface Foo : NSObject { - Bar *_bar; -} - -- (NSString *)description; - -@end |
