From bc8ff67ceaf793246335f92cbd25a5ac253cedd8 Mon Sep 17 00:00:00 2001
From: bakere1 <bakere1@student.unimelb.edu.au>
Date: Mon, 29 Mar 2021 22:47:40 +1100
Subject: [PATCH] Log Process finishes within delta time

---
 allocate.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/allocate.c b/allocate.c
index ccf8721..b59f4ca 100644
--- a/allocate.c
+++ b/allocate.c
@@ -225,7 +225,6 @@ int main(int argc, char *argv[]) {
                 }
             }
         }
-
         currentTime += deltaTime;
         // update time CPU totalExecutionTimeRemaining and advance processes
         for (int j = 0; j < numCPU; j++) {
-- 
GitLab