From b8e1b8484030fbea86cd931ac5d56762a77d71d3 Mon Sep 17 00:00:00 2001 From: DoGoodCoder <141216093+LakshmiSrikumar@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:58:51 +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 97185a8ea..d6c2794b3 100644 --- a/non_preemptive_sjf_scheduling.cpp +++ b/non_preemptive_sjf_scheduling.cpp @@ -74,7 +74,6 @@ class Compare { * @returns true if the tuples SHOULD be swapped * @returns false if the tuples SHOULDN'T be swapped */ - bool operator()(tuple& t1, tuple& t2) { // Compare burst times for SJF