]> err.no Git - varnish/commitdiff
Remove pointless volatile
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Jul 2008 09:50:42 +0000 (09:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Jul 2008 09:50:42 +0000 (09:50 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2957 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_ban.c

index 519b60682ace6c6e18c2e9e2e7d7f79f4b1605b1..bf0d520afbadf85a58d258b23ef0eb657380ad32 100644 (file)
@@ -201,7 +201,7 @@ ccf_purge_hash(struct cli *cli, const char * const *av, void *priv)
 static void
 ccf_purge_list(struct cli *cli, const char * const *av, void *priv)
 {
-       struct ban * volatile b0;
+       struct ban *b0;
 
        (void)av;
        (void)priv;