From: Daniel Elstner Date: Tue, 14 Jan 2014 23:59:08 +0000 (+0100) Subject: sysclk-lwla: Remove unused dev_context::next_state. X-Git-Tag: libsigrok-0.3.0~280 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=60e2fa0a03f689bf1e04f38e91473b8c231c4e26 sysclk-lwla: Remove unused dev_context::next_state. --- diff --git a/hardware/sysclk-lwla/protocol.h b/hardware/sysclk-lwla/protocol.h index be8aaeba..21bfe729 100644 --- a/hardware/sysclk-lwla/protocol.h +++ b/hardware/sysclk-lwla/protocol.h @@ -185,7 +185,6 @@ struct dev_context { int reg_write_len; enum device_state state; - enum device_state next_state; /** The currently configured clock source of the device. */ enum clock_source cur_clock_source;