Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser nuke unused var
details: https://anonhg.NetBSD.org/src/rev/6a68529ad4f5
branches: trunk
changeset: 786378:6a68529ad4f5
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Apr 27 17:35:10 2013 +0000
description:
nuke unused var
diffstat:
lib/librumpuser/rumpuser_sp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f7f6a5974791 -r 6a68529ad4f5 lib/librumpuser/rumpuser_sp.c
--- a/lib/librumpuser/rumpuser_sp.c Sat Apr 27 17:22:58 2013 +0000
+++ b/lib/librumpuser/rumpuser_sp.c Sat Apr 27 17:35:10 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_sp.c,v 1.54 2013/04/27 16:56:29 pooka Exp $ */
+/* $NetBSD: rumpuser_sp.c,v 1.55 2013/04/27 17:35:10 pooka Exp $ */
/*
* Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -37,7 +37,7 @@
#include "rumpuser_port.h"
#if !defined(lint)
-__RCSID("$NetBSD: rumpuser_sp.c,v 1.54 2013/04/27 16:56:29 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_sp.c,v 1.55 2013/04/27 17:35:10 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -951,7 +951,7 @@
handlereq(struct spclient *spc)
{
uint64_t reqno;
- int error, i;
+ int error;
reqno = spc->spc_hdr.rsp_reqno;
if (__predict_false(spc->spc_state == SPCSTATE_NEW)) {
Home |
Main Index |
Thread Index |
Old Index