You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/07/24 12:37:08 UTC

[16/50] incubator-weex git commit: + [ios] delete no use code

+ [ios] delete no use code


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/68c5b9bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/68c5b9bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/68c5b9bf

Branch: refs/heads/0.16-dev
Commit: 68c5b9bfc5d026c51447e16f670e794357e8a1d8
Parents: 3f3da99
Author: 齐山 <su...@163.com>
Authored: Wed Jul 19 10:20:37 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Wed Jul 19 10:20:37 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/68c5b9bf/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h b/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h
index ab3cc1e..7226ced 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h
+++ b/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h
@@ -213,8 +213,4 @@
 
 - (void)setGradientLayer;
 
--(void)tracing:(NSString *)ph;
-
--(void)getTracing;
-
 @end