commit | 1bc818e8ecfb355fcc1bfeb9799e254562e6e1ec | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon May 25 14:11:27 2020 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu May 28 16:11:47 2020 +0930 |
tree | ee5068d079b70fa540061969c96abaafec2e89c3 | |
parent | 0ddd07e7e0f2cf2fe1543b6542f1202a3b314fd2 [diff] |
astlpc: Remove unused txbuf member from struct mctp_binding_astlpc Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: If8a55fbcd0c8d5d880cfe117432e533444a5fe7b
diff --git a/astlpc.c b/astlpc.c index 66fa930..4014b89 100644 --- a/astlpc.c +++ b/astlpc.c
@@ -56,9 +56,6 @@ uint8_t kcs_status; bool running; - - /* temporary transmit buffer */ - uint8_t txbuf[256]; }; #define binding_to_astlpc(b) \