ASN1: 3.0 already has $location defined

This commit is contained in:
terrafrost 2022-11-27 22:47:20 -06:00
parent d979777a60
commit b216a4cf07

View File

@ -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.
*