Commit 18e81d27 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove printf extensions used for development debugging


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@746 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e10ab25f
......@@ -311,10 +311,6 @@ DebugStunt(void)
/*--------------------------------------------------------------------*/
/* for development purposes */
#include <printf.h>
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment