1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Remove useless return statement

This commit is contained in:
Raymond Hill 2019-07-12 09:13:10 -04:00
parent d6927cf1fe
commit 8d8336ffae
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -522,7 +522,6 @@
this.size = 0;
if ( selfie !== undefined ) {
this.fromSelfie(selfie);
return;
}
}