Module Name: src
Committed By: pooka
Date: Mon Feb 28 21:08:46 UTC 2011
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
g/c use of unused variable too
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/common/fstest_nfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/common/fstest_nfs.c
diff -u src/tests/fs/common/fstest_nfs.c:1.8 src/tests/fs/common/fstest_nfs.c:1.9
--- src/tests/fs/common/fstest_nfs.c:1.8 Mon Feb 28 21:08:13 2011
+++ src/tests/fs/common/fstest_nfs.c Mon Feb 28 21:08:46 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: fstest_nfs.c,v 1.8 2011/02/28 21:08:13 pooka Exp $ */
+/* $NetBSD: fstest_nfs.c,v 1.9 2011/02/28 21:08:46 pooka Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -153,7 +153,6 @@
strcpy(args->ta_ethername, ethername);
*argp = args;
- theargs = args;
return 0;
}