Introduction
Introduction Statistics Contact Development Disclaimer Help
remove unused variables - surf-adblock - Surf adblock web extension
git clone git://git.codemadness.org/surf-adblock
Log
Files
Refs
README
LICENSE
---
commit 4abcfd0275f2832ab7bc13bf543ab75c95c9a53c
parent 50c884125634837287c62bf995a3a97af8a1bc9b
Author: Quentin Rameau <[email protected]>
Date: Sat, 16 Jul 2016 13:16:00 +0200
remove unused variables
Diffstat:
M surf-adblock.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf-adblock.c b/surf-adblock.c
@@ -459,10 +459,9 @@ int
matchrule(struct filterrule *f, const char *uri, const char *type, const char …
{
/* NOTE: order matters, see FilterType enum values */
- const char *blockstr = "sicoxOSpde^";
struct filterdomain *d;
char pat[1024];
- int r, i;
+ int r;
/* ignore exception rules for now, these are usually paid
* for by sites to allow advertisements. */
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.