removes superfluous UCX_VERSION macro

Wed, 07 Sep 2016 11:32:22 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 07 Sep 2016 11:32:22 +0200
changeset 221
ebfc6a2902f7
parent 220
1f57f196d221
child 222
e0f850709a5c

removes superfluous UCX_VERSION macro

ucx/ucx.h file | annotate | diff | comparison | revisions
--- a/ucx/ucx.h	Tue Aug 23 12:41:04 2016 +0200
+++ b/ucx/ucx.h	Wed Sep 07 11:32:22 2016 +0200
@@ -42,9 +42,6 @@
 /** Minor UCX version as integer constant. */
 #define UCX_VERSION_MINOR   9
 
-/** The UCX version in format [major].[minor] */
-#define UCX_VERSION UCX_VERSION_MAJOR.UCX_VERSION_MINOR
-
 #include <stdlib.h>
 
 #ifdef _WIN32

mercurial