Remove the declaration of DumpBacktrace.
authorThiago Farina <tfransosi@gmail.com>
Fri, 15 Apr 2011 19:22:07 +0000 (12:22 -0700)
committerEvan Martin <martine@danga.com>
Fri, 15 Apr 2011 19:22:07 +0000 (12:22 -0700)
This function was removed on 01880fb3a2a13f9071e9729c3a13752846828ed2.

src/util.h

index 8c5a6a8..efbb88b 100644 (file)
 
 #include <string>
 
-// Dump a backtrace to stderr.
-// |skip_frames| is how many frames to skip;
-// DumpBacktrace implicitly skips itself already.
-void DumpBacktrace(int skip_frames);
-
 // Log a fatal message, dump a backtrace, and exit.
 void Fatal(const char* msg, ...);