Remove the unused MIN_INT_32 constant (PR 21139 follow-up)

This commit is contained in:
Jonas Jenwald 2026-04-24 13:29:22 +02:00
parent 4489c4106a
commit aa7289d28b

View File

@ -29,7 +29,6 @@ import { BaseStream } from "./base_stream.js";
const PDF_VERSION_REGEXP = /^[1-9]\.\d$/;
const MAX_INT_32 = 2 ** 31 - 1;
const MIN_INT_32 = -(2 ** 31);
const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
@ -768,7 +767,6 @@ export {
lookupNormalRect,
lookupRect,
MAX_INT_32,
MIN_INT_32,
MissingDataException,
numberToString,
ParserEOFException,