Whamcloud - gitweb
- remove the lli_open_count that was accidentally re-introduced with b_io
authorzab <zab>
Thu, 13 Mar 2003 22:20:12 +0000 (22:20 +0000)
committerzab <zab>
Thu, 13 Mar 2003 22:20:12 +0000 (22:20 +0000)
- silence an unused variable warning in runas

lustre/tests/runas.c

index 7d0333d..348ddb9 100644 (file)
@@ -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();