removed unnecessary comment.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:26:56 +04:00
parent bf10177a4c
commit f09791be6c

View file

@ -177,7 +177,6 @@ BEGIN
END; (* End of inner WHILE loop for dependencies *) END; (* End of inner WHILE loop for dependencies *)
RETURN depstrlist.Count; RETURN depstrlist.Count;
END; (* End of IF depsValue IS Json.Obj *) END; (* End of IF depsValue IS Json.Obj *)
(*END;*) (* End of IF rootObj.name^ = "Dependencies" *)
rootObj := rootObj.next; (* Move to the next JSON object *) rootObj := rootObj.next; (* Move to the next JSON object *)
END; (* End of WHILE rootObj # NIL loop *) END; (* End of WHILE rootObj # NIL loop *)
ELSE ELSE