From: des Date: Fri, 29 Jun 2007 10:04:41 +0000 (+0000) Subject: Simplify. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1ba6668a6bacdceefb21e5c1076a9286128494;p=varnish Simplify. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1597 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishreplay/varnishreplay.c b/varnish-cache/bin/varnishreplay/varnishreplay.c index 18217f1a..a68c3bd5 100644 --- a/varnish-cache/bin/varnishreplay/varnishreplay.c +++ b/varnish-cache/bin/varnishreplay/varnishreplay.c @@ -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;