r4064 - trunk/varnish-cache/lib/libvarnishcompat

phk at projects.linpro.no phk at projects.linpro.no
Sat May 9 18:46:55 CEST 2009


Author: phk
Date: 2009-05-09 18:46:55 +0200 (Sat, 09 May 2009)
New Revision: 4064

Modified:
   trunk/varnish-cache/lib/libvarnishcompat/execinfo.c
Log:
Comment out unneeded function.



Modified: trunk/varnish-cache/lib/libvarnishcompat/execinfo.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/execinfo.c	2009-05-09 16:43:36 UTC (rev 4063)
+++ trunk/varnish-cache/lib/libvarnishcompat/execinfo.c	2009-05-09 16:46:55 UTC (rev 4064)
@@ -132,6 +132,7 @@
     return rval;
 }
 
+#if 0
 void
 backtrace_symbols_fd(void *const *buffer, int size, int fd)
 {
@@ -173,6 +174,7 @@
         write(fd, buf, len - 1);
     }
 }
+#endif
 
 void *
 getreturnaddr(int level)



More information about the varnish-commit mailing list