From d00becf20cb5f4b527e29421fe9c5dad231a7435 Mon Sep 17 00:00:00 2001 From: DoGoodCoder <141216093+LakshmiSrikumar@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:59:12 +0530 Subject: [PATCH] Update non_preemptive_sjf_scheduling.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- non_preemptive_sjf_scheduling.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/non_preemptive_sjf_scheduling.cpp b/non_preemptive_sjf_scheduling.cpp index d6c2794b3..ea4f98d92 100644 --- a/non_preemptive_sjf_scheduling.cpp +++ b/non_preemptive_sjf_scheduling.cpp @@ -219,7 +219,6 @@ class SJF { * @returns A vector of tuples containing Process ID, Arrival time, Burst time, * Completion time, Turnaround time, and Waiting time */ - template vector> get_final_status( vector> input) {