From 4647010e225d01debd7409e35bc814c12acc4fbe Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 7 Sep 2023 20:10:57 -0400 Subject: [PATCH] FIX: Drop unused function --- bids-validator/src/files/dwi.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/bids-validator/src/files/dwi.ts b/bids-validator/src/files/dwi.ts index d2723c7e5..3d992a1ad 100644 --- a/bids-validator/src/files/dwi.ts +++ b/bids-validator/src/files/dwi.ts @@ -4,8 +4,6 @@ */ const normalizeEOL = (str: string): string => str.replace(/\r\n/g, '\n').replace(/\r/g, '\n') -// Typescript resolved `row && !/^\s*$/.test(row)` as `string | boolean` -const isContentfulRow = (row: string): boolean => !!(row && !/^\s*$/.test(row)) export function parseBval(contents: string): number[][] { // BVAL files are a single row of numbers, and may contain