Commit ec016db1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Comment out unneeded function.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4064 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 51f8bc95
...@@ -132,6 +132,7 @@ backtrace_symbols(void *const *buffer, int size) ...@@ -132,6 +132,7 @@ backtrace_symbols(void *const *buffer, int size)
return rval; return rval;
} }
#if 0
void void
backtrace_symbols_fd(void *const *buffer, int size, int fd) backtrace_symbols_fd(void *const *buffer, int size, int fd)
{ {
...@@ -173,6 +174,7 @@ backtrace_symbols_fd(void *const *buffer, int size, int fd) ...@@ -173,6 +174,7 @@ backtrace_symbols_fd(void *const *buffer, int size, int fd)
write(fd, buf, len - 1); write(fd, buf, len - 1);
} }
} }
#endif
void * void *
getreturnaddr(int level) getreturnaddr(int level)
......
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