rtos : remove unused parameter
[fw/openocd] / src / rtos / rtos.c
index ac7f89c7f14ed1c28b9c8820c2ed5f4f902e4e22..8a5db11c07fc96213d8c9081d1f92e611ea6f7f1 100644 (file)
@@ -424,7 +424,7 @@ int gdb_thread_packet(struct connection *connection, char *packet, int packet_si
        return GDB_THREAD_PACKET_NOT_CONSUMED;
 }
 
-int rtos_get_gdb_reg_list(struct connection *connection, struct reg **reg_list[], int *reg_list_size)
+int rtos_get_gdb_reg_list(struct connection *connection)
 {
        struct target *target = get_target_from_connection(connection);