From b62916254f4ef055efdbaa765932303c495b93b5 Mon Sep 17 00:00:00 2001 From: Pratyush219 Date: Wed, 6 Oct 2021 19:54:26 +0530 Subject: [PATCH] Updated comments --- operating_system/scheduling_algorithms/fcfs_scheduling.cpp | 1 - 1 file changed, 1 deletion(-) 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