This is an automated email from Gerrit.

Tarek BOCHKATI ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5611

-- gerrit

commit 5a56a6ce345ac282e81941d7882b90b19046d8dd
Author: Tarek BOCHKATI <[email protected]>
Date:   Sun Apr 26 20:21:16 2020 +0100

    hla: remove unused hl_interface_param_s.api
    
    Change-Id: I90a23293c7e3a6067d56e56d186f9f452af7c15e
    Signed-off-by: Tarek BOCHKATI <[email protected]>

diff --git a/src/jtag/hla/hla_interface.c b/src/jtag/hla/hla_interface.c
index 95233c0..6d5cdc5 100644
--- a/src/jtag/hla/hla_interface.c
+++ b/src/jtag/hla/hla_interface.c
@@ -35,7 +35,7 @@
 
 #include <target/target.h>
 
-static struct hl_interface_s hl_if = { {0, 0, { 0 }, { 0 }, 0, 
HL_TRANSPORT_UNKNOWN, false, -1}, 0, 0 };
+static struct hl_interface_s hl_if = { {0, 0, { 0 }, { 0 }, 
HL_TRANSPORT_UNKNOWN, false, -1}, 0, 0 };
 
 int hl_interface_open(enum hl_transports tr)
 {
diff --git a/src/jtag/hla/hla_interface.h b/src/jtag/hla/hla_interface.h
index 262025e..b6e4a8b 100644
--- a/src/jtag/hla/hla_interface.h
+++ b/src/jtag/hla/hla_interface.h
@@ -41,8 +41,6 @@ struct hl_interface_param_s {
        /** List of recognised PIDs */
        uint16_t pid[HLA_MAX_USB_IDS + 1];
        /** */
-       unsigned api;
-       /** */
        enum hl_transports transport;
        /** */
        bool connect_under_reset;

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to