diff --git a/operating_system/scheduling_algorithms/fcfs_scheduling.cpp b/operating_system/scheduling_algorithms/fcfs_scheduling.cpp index ac208087f..c348c04b5 100644 --- a/operating_system/scheduling_algorithms/fcfs_scheduling.cpp +++ b/operating_system/scheduling_algorithms/fcfs_scheduling.cpp @@ -31,7 +31,6 @@ class Compare{ } }; -// Where the magic happens. This is where I compute the status of all the processes post their completion /** * @brief Class which implements the FCFS scheduling algorithm * S: Data type of Process id