Skip to content

Commit 3a1302c

Browse files
committed
Remove unused variables
Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
1 parent 5b251fc commit 3a1302c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chromium/rules.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ function Exclusion(pattern) {
3030
* @constructor
3131
*/
3232
function CookieRule(host, cookiename) {
33-
this.host = host;
3433
this.host_c = new RegExp(host);
35-
this.name = cookiename;
3634
this.name_c = new RegExp(cookiename);
3735
}
3836

0 commit comments

Comments
 (0)