[arrayfire] 76/284: Using c/version.cpp in unified

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit b3c28b6560147f93d84d1b2102074c47f8f4bbf9
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Tue Dec 15 13:27:25 2015 -0500

    Using c/version.cpp in unified
---
 src/api/unified/CMakeLists.txt | 1 +
 src/api/unified/util.cpp       | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/api/unified/CMakeLists.txt b/src/api/unified/CMakeLists.txt
index 917c6dc..a4843bb 100644
--- a/src/api/unified/CMakeLists.txt
+++ b/src/api/unified/CMakeLists.txt
@@ -18,6 +18,7 @@ FILE(GLOB common_sources
     "../c/util.cpp"
     "../c/err_common.cpp"
     "../c/type_util.cpp"
+    "../c/version.cpp"
     "../../backend/dim4.cpp"
     )
 
diff --git a/src/api/unified/util.cpp b/src/api/unified/util.cpp
index 1a4dcf5..155c4f8 100644
--- a/src/api/unified/util.cpp
+++ b/src/api/unified/util.cpp
@@ -61,8 +61,3 @@ af_err af_get_version(int *major, int *minor, int *patch)
 {
     return CALL(major, minor, patch);
 }
-
-const char *af_get_revision()
-{
-    return CALL_NO_PARAMS();
-}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list