Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm Comment out ...
details: https://anonhg.NetBSD.org/src/rev/168f063da75f
branches: trunk
changeset: 325229:168f063da75f
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 14 10:00:42 2013 +0000
description:
Comment out unsed variable. Left for reference.
diffstat:
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8e98635f4877 -r 168f063da75f sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
--- a/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c Sat Dec 14 09:58:03 2013 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c Sat Dec 14 10:00:42 2013 +0000
@@ -1462,12 +1462,11 @@
{
VCHIQ_SERVICE_T *service = NULL;
int msgid, size;
- int type;
unsigned int localport, remoteport;
msgid = header->msgid;
size = header->size;
- type = VCHIQ_MSG_TYPE(msgid);
+ //int type = VCHIQ_MSG_TYPE(msgid);
localport = VCHIQ_MSG_DSTPORT(msgid);
remoteport = VCHIQ_MSG_SRCPORT(msgid);
if (size >= sizeof(struct vchiq_open_payload)) {
Home |
Main Index |
Thread Index |
Old Index