Skip to content

Commit ab7eac8

Browse files
committed
testplugin: remove unused class member
1 parent 5f4eb18 commit ab7eac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sdk/examples/testplugin/testplugin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class TestChannel : public SDMAbstractChannel {
6464
int _id;
6565
sdm_reg_t _regs[256] {};
6666
std::deque<sdm_reg_t> _fifo0;
67-
bool _fifo0_next=false;
6867
const bool &_connected;
6968
public:
7069
TestChannel(int id,const bool &connected);

0 commit comments

Comments
 (0)