network: get rid of DUID_TYPE_RAW

It wasn't used for anything after the recent changes.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-05-01 00:59:49 -04:00
parent e2e08e77cc
commit 7c285c7419
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@
#include "unaligned.h"
typedef enum DUIDType {
DUID_TYPE_RAW = 0,
DUID_TYPE_LLT = 1,
DUID_TYPE_EN = 2,
DUID_TYPE_LL = 3,

View file

@ -37,7 +37,6 @@ int manager_parse_config_file(Manager *m) {
}
static const char* const duid_type_table[_DUID_TYPE_MAX] = {
[DUID_TYPE_RAW] = "raw",
[DUID_TYPE_LLT] = "link-layer-time",
[DUID_TYPE_EN] = "vendor",
[DUID_TYPE_LL] = "link-layer",