From 7dbcffa0c760cbef21659e309da558eeec84acf0 Mon Sep 17 00:00:00 2001 From: zab Date: Thu, 13 Mar 2003 22:20:12 +0000 Subject: [PATCH] - remove the lli_open_count that was accidentally re-introduced with b_io - silence an unused variable warning in runas --- lustre/tests/runas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/tests/runas.c b/lustre/tests/runas.c index 7d0333d..348ddb9 100644 --- a/lustre/tests/runas.c +++ b/lustre/tests/runas.c @@ -37,7 +37,6 @@ main(int argc, char**argv) int uid_is_set = 0; uid_t user_id; gid_t grp_id; - pid_t child_pid; if(argc == 1) { Usage_and_abort(); -- 1.8.3.1