diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-28 08:45:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-28 13:33:47 +0100 |
commit | 264a2fdcacd1d2725ece59ba8352857aa0a7f15f (patch) | |
tree | b00e29fcdfbfe881cdbfcdbb511d6ac0a4fa6148 /registry | |
parent | 6851c5fd4337af38884d16c05695da7e4e059dcc (diff) |
Unused LIBRARY_VERSION macro
Change-Id: I4adea5036eaba5186faa8faa3d56bde338e8913a
Diffstat (limited to 'registry')
-rw-r--r-- | registry/inc/registry/regtype.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/registry/inc/registry/regtype.h b/registry/inc/registry/regtype.h index bb22d9f186e3..86ddb299fb37 100644 --- a/registry/inc/registry/regtype.h +++ b/registry/inc/registry/regtype.h @@ -21,11 +21,6 @@ #define _REGISTRY_REGTYPE_H_ #include <sal/types.h> -#include <sal/udkversion.h> - -// version number of the library. This number is used for the load on call -// mechanism and must be modifed when the library will be upgraded to a new version. -#define LIBRARY_VERSION SAL_UDK_MAJOR /// defines the type of a registry handle used in the C API. typedef void* RegHandle; |