From: phk Date: Mon, 7 Aug 2006 17:18:58 +0000 (+0000) Subject: Remove printf extensions used for development debugging X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb522b6af0914be66a361d5deecb031fbed977bb;p=varnish Remove printf extensions used for development debugging git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@746 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/varnishd.c b/varnish-cache/bin/varnishd/varnishd.c index c32e7133..260db73e 100644 --- a/varnish-cache/bin/varnishd/varnishd.c +++ b/varnish-cache/bin/varnishd/varnishd.c @@ -311,10 +311,6 @@ DebugStunt(void) /*--------------------------------------------------------------------*/ - -/* for development purposes */ -#include - int main(int argc, char *argv[]) { @@ -326,8 +322,6 @@ main(int argc, char *argv[]) const char *sflag = "file"; const char *hflag = "classic"; - (void)register_printf_render_std((const unsigned char *)"HVQ"); - setbuf(stdout, NULL); setbuf(stderr, NULL);