From f09791be6c3486e8f70a0e7654c346dadcc65241 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Fri, 2 Feb 2024 03:26:56 +0400 Subject: [PATCH] removed unnecessary comment. --- src/vpkJsonDepRetriever.Mod | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vpkJsonDepRetriever.Mod b/src/vpkJsonDepRetriever.Mod index 7e137d7..1c5d753 100644 --- a/src/vpkJsonDepRetriever.Mod +++ b/src/vpkJsonDepRetriever.Mod @@ -177,7 +177,6 @@ BEGIN END; (* End of inner WHILE loop for dependencies *) RETURN depstrlist.Count; END; (* End of IF depsValue IS Json.Obj *) - (*END;*) (* End of IF rootObj.name^ = "Dependencies" *) rootObj := rootObj.next; (* Move to the next JSON object *) END; (* End of WHILE rootObj # NIL loop *) ELSE