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