From 01b35ae4eb2910f0992742cf42fc008e99eabb0a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Nov 2021 21:37:50 +0200 Subject: [PATCH] Update src/common/parser/Params.ts --- src/common/parser/Params.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/parser/Params.ts b/src/common/parser/Params.ts index ce315cf5..7071453d 100644 --- a/src/common/parser/Params.ts +++ b/src/common/parser/Params.ts @@ -9,7 +9,6 @@ const MAX_VALUE = 0x7FFFFFFF; // max allowed subparams for a single sequence (hardcoded limitation) const MAX_SUBPARAMS = 256; - /** * Params storage class. * This type is used by the parser to accumulate sequence parameters and sub parameters