drivers/nble: Remove not used version_header struct

Change-Id: I72ff7bf785884bf20882af536d9fa2977e70d598
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-02-15 14:17:11 +02:00 committed by Gerrit Code Review
commit dfb5c2172b

View file

@ -16,13 +16,6 @@
#include <stdint.h>
/**
* @defgroup infra_version Binary Version Header
* Define the content of binary version header
* @ingroup infra
* @{
*/
/**
* Define the content of a 48-bytes binary version header.
*
@ -88,8 +81,3 @@ struct version_header {
/** Filled with zeros, can be eventually used for 64 bits support */
uint8_t reserved_2[4];
} __packed;
/** The global version header struct */
extern const struct version_header version_header;
/** @} */