repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96eb42
)
cec: removed unused local variable
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 2 Dec 2011 08:31:02 +0000
(09:31 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 2 Dec 2011 08:31:02 +0000
(09:31 +0100)
src/lib/AdapterCommunication.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/AdapterCommunication.cpp
b/src/lib/AdapterCommunication.cpp
index d6655616502c04fa8131ef7e330ef4b48acae947..440226b3e84eb9f12aa357cbf68f472ff4549dba 100644
(file)
--- a/
src/lib/AdapterCommunication.cpp
+++ b/
src/lib/AdapterCommunication.cpp
@@
-362,7
+362,6
@@
void CAdapterCommunication::WriteNextCommand(void)
void CAdapterCommunication::SendMessageToAdapter(CCECAdapterMessage *msg)
{
- bool bReturn(true);
CLockObject lock(&msg->mutex);
if (m_port->Write(msg) != (int32_t) msg->size())
{