From 88b8f8ec86c107e0d9bbe268b373917dd0ffca3c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 15 Oct 2020 14:13:08 -0400 Subject: Remove redundant check found by lgtm.com --- libqpdf/QPDF_encryption.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libqpdf') diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc index 48351122..00bd697e 100644 --- a/libqpdf/QPDF_encryption.cc +++ b/libqpdf/QPDF_encryption.cc @@ -960,10 +960,6 @@ QPDF::initializeEncryption() Length = 0; } } - if (Length == 0) - { - Length = 128; - } } if (Length == 0) { -- cgit v1.2.3-54-g00ecf