Skip to content

Commit

Permalink
Remove unused function from CKComponentContextTests
Browse files Browse the repository at this point in the history
  • Loading branch information
eczarny committed Jan 23, 2016
1 parent aad33d8 commit 5a3f340
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ComponentKitTests/CKComponentContextTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ - (void)testFetchingAnObjectThatHasNotBeenEstablishedWithGetReturnsNil
XCTAssertNil(CKComponentContext<NSObject>::get(), @"Expected to return nil without throwing");
}

static void openContextWithNSObject()
{
NSObject *o = [[NSObject alloc] init];
CKComponentContext<NSObject> context(o);
}

- (void)testComponentContextCleansUpWhenItGoesOutOfScope
{
{
Expand Down

0 comments on commit 5a3f340

Please sign in to comment.