style: remove unused code

This commit is contained in:
purofle 2024-03-03 11:34:53 +08:00
parent ff4b1677fb
commit 4c8d098de3
No known key found for this signature in database
GPG Key ID: 57DEC1478152D973

View File

@ -229,7 +229,6 @@ public abstract class StandardV2RayBean extends AbstractBean {
input.setPosition(position); // 读后归位
if (tmpPacketEncoding != 1 && tmpPacketEncoding != 2) {
input.getByteBuffer().position(position);
enableECH = tmpEnableECH;
if (enableECH) {
enablePqSignature = input.readBoolean();