aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index f333c06..8d78947 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,8 +1,6 @@
#include "config.h"
-const uint8_t PRNE_PROG_VER[16] = { 0x11, 0xf7, 0x6b, 0x87, 0x62, 0x1a, 0x47, 0x9c, 0xa2, 0x18, 0x5c, 0x55, 0x40, 0x33, 0x7c, 0x9f };
-
const prne_arch_t prne_host_arch =
#ifdef __GNUC__
#if defined(__i386__)