From 3bb9cf9e290f50827b3157cd3a0770bb09797850 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Mon, 10 Apr 2017 19:28:10 +0100 Subject: [PATCH] Remove unnecessary change --- Source/ASCollectionView.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/ASCollectionView.mm b/Source/ASCollectionView.mm index e784b0eef8..323307fbde 100644 --- a/Source/ASCollectionView.mm +++ b/Source/ASCollectionView.mm @@ -761,7 +761,6 @@ - (void)_configureCollectionViewLayout:(nonnull UICollectionViewLayout *)layout if (_hasDataControllerLayoutDelegate) { _dataController.layoutDelegate = (id)layout; } - GET_COLLECTIONNODE_OR_RETURN(collectionNode, (void)0); } /**