You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/01/09 23:32:19 UTC

[incubator-mxnet] branch master updated: Remove semicolon in libmxnet.sym file (#13822)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fc5382  Remove semicolon in libmxnet.sym file (#13822)
9fc5382 is described below

commit 9fc5382ed10156646e474374842054fa9fee80c5
Author: Yuxi Hu <da...@gmail.com>
AuthorDate: Wed Jan 9 15:31:56 2019 -0800

    Remove semicolon in libmxnet.sym file (#13822)
    
    * Remove semicolon in libmxnet.sym file
    
    * empty commit to trigger CI
---
 make/config/libmxnet.sym | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/make/config/libmxnet.sym b/make/config/libmxnet.sym
index 9fc2b0b..0ddf63f 100644
--- a/make/config/libmxnet.sym
+++ b/make/config/libmxnet.sym
@@ -10,6 +10,6 @@ Java_org_apache_mxnet*
 *NDArray*
 *Engine*Get*
 *Storage*Get*
-*on_enter_api*;
-*on_exit_api*;
-*MXAPISetLastError*;
+*on_enter_api*
+*on_exit_api*
+*MXAPISetLastError*