From 53ecc275e359cf84e6019d6c14c8ec61711792a3 Mon Sep 17 00:00:00 2001 From: Kabir Samsi Date: Wed, 23 Oct 2024 21:16:06 -0400 Subject: [PATCH] Minor program modification --- progs/work_conserving/fifo_2_class_union.sched | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/progs/work_conserving/fifo_2_class_union.sched b/progs/work_conserving/fifo_2_class_union.sched index 153f450..3fc44bb 100644 --- a/progs/work_conserving/fifo_2_class_union.sched +++ b/progs/work_conserving/fifo_2_class_union.sched @@ -1,6 +1,5 @@ classes A, B; -policy = A; -policy2 = union[A, B]; +policy = union[A, B]; -return policy2 \ No newline at end of file +return policy \ No newline at end of file