Skip to content

Commit b8e1b84

Browse files
Update non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent ad156c9 commit b8e1b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

non_preemptive_sjf_scheduling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class Compare {
7474
* @returns true if the tuples SHOULD be swapped
7575
* @returns false if the tuples SHOULDN'T be swapped
7676
*/
77-
7877
bool operator()(tuple<S, T, E, double, double, double>& t1,
7978
tuple<S, T, E, double, double, double>& t2) {
8079
// Compare burst times for SJF

0 commit comments

Comments
 (0)