Update non_preemptive_sjf_scheduling.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
DoGoodCoder
2024-10-10 18:58:51 +05:30
committed by GitHub
parent ad156c94e8
commit b8e1b84840

View File

@@ -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<S, T, E, double, double, double>& t1,
tuple<S, T, E, double, double, double>& t2) {
// Compare burst times for SJF