From b216a4cf074cd4cbceaa56a6676a8c7ff9e5b2a2 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 27 Nov 2022 22:47:20 -0600 Subject: [PATCH] ASN1: 3.0 already has $location defined --- phpseclib/File/ASN1.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpseclib/File/ASN1.php b/phpseclib/File/ASN1.php index 5567e8eb..e21589c5 100644 --- a/phpseclib/File/ASN1.php +++ b/phpseclib/File/ASN1.php @@ -132,16 +132,6 @@ abstract class ASN1 */ private static $encoded; - /** - * Current Location of most recent ASN.1 encode process - * - * Useful for debug purposes - * - * @var array - * @see self::encode_der() - */ - var $location; - /** * Type mapping table for the ANY type. *