From ccd781d97e9cdb820ee9751cc046abbf2de65659 Mon Sep 17 00:00:00 2001 From: saiyagg Date: Thu, 7 Jul 2016 20:26:17 +0800 Subject: [PATCH] Remove duplicate line (#7210) (cherry picked from commit 21ce27161d1961b48c660b7524b59d154f510e99) --- flow/react-native-host-hooks.js | 1 - 1 file changed, 1 deletion(-) diff --git a/flow/react-native-host-hooks.js b/flow/react-native-host-hooks.js index 7c611324bb..1e4a048ae4 100644 --- a/flow/react-native-host-hooks.js +++ b/flow/react-native-host-hooks.js @@ -38,7 +38,6 @@ declare module 'UIManager' { declare function removeSubviewsFromContainerWithID() : void; declare function replaceExistingNonRootView() : void; declare function setChildren() : void; - declare function setChildren() : void; declare function updateView() : void; } declare module 'View' { }