From 69665ba47ebb32ae2ecb408a0e7bf86bc19f4b5f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 11 Jan 2021 10:48:42 +0100 Subject: utils: Remove unused constant from b2xx_fx3_utils This reduces compiler warnings. --- host/utils/b2xx_fx3_utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp index 65c4e52ca..53d508268 100644 --- a/host/utils/b2xx_fx3_utils.cpp +++ b/host/utils/b2xx_fx3_utils.cpp @@ -51,7 +51,6 @@ const std::vector known_vid_pid_vector(known_vid_pids, const uhd::byte_vector_t OLD_EEPROM_SIGNATURE = {0x43, 0x59, 0x14, 0xB2}; const uhd::byte_vector_t NEW_EEPROM_SIGNATURE = {0x43, 0x59, 0x1A, 0xB0}; -const size_t EEPROM_INIT_VALUE_VECTOR_SIZE = 8; uhd::byte_vector_t construct_eeprom_init_value_vector(uint16_t vid, uint16_t pid) { uhd::byte_vector_t init_values(OLD_EEPROM_SIGNATURE); -- cgit v1.2.3