From 9d2803febe1d10183cf62b856862e5b9abecc926 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 8 Dec 2005 21:17:57 +0000
Subject: [PATCH] remove vestigial "uid" from structure.

---
 testsuite/expect/test7.3.prog.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/expect/test7.3.prog.c b/testsuite/expect/test7.3.prog.c
index aba35684bcb..aa3bb80293b 100644
--- a/testsuite/expect/test7.3.prog.c
+++ b/testsuite/expect/test7.3.prog.c
@@ -83,7 +83,6 @@ int main (int argc, char *argv[])
 		printf("Waiting for resource allocation\n");
 		fflush(stdout);
 		old_alloc.job_id = job_resp->job_id;
-		old_alloc.uid    = job_req.user_id;
 		while ((job_resp->node_list == NULL) ||
 		       (strlen(job_resp->node_list) == 0)) {
 			sleep(5);
-- 
GitLab