]> err.no Git - varnish/commitdiff
Simplify.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 29 Jun 2007 10:04:41 +0000 (10:04 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 29 Jun 2007 10:04:41 +0000 (10:04 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1597 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishreplay/varnishreplay.c

index 18217f1a21e8e3790eb358e0b4477e0264e3e08e..a68c3bd58fa54bdfb8fa51c8961870f288f827b8 100644 (file)
@@ -501,11 +501,6 @@ main(int argc, char *argv[])
        debug = 0;
 
        while ((c = getopt(argc, argv, "a:Dr:t:")) != -1) {
-               i = VSL_Arg(vd, c, optarg);
-               if (i < 0)
-                       exit (1);
-               if (i > 0)
-                       continue;
                switch (c) {
                case 'a':
                        address = optarg;