projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a75ef
)
Remove the declaration of DumpBacktrace.
author
Thiago Farina
<tfransosi@gmail.com>
Fri, 15 Apr 2011 19:22:07 +0000
(12:22 -0700)
committer
Evan Martin
<martine@danga.com>
Fri, 15 Apr 2011 19:22:07 +0000
(12:22 -0700)
This function was removed on
01880fb3a2a13f9071e9729c3a13752846828ed2
.
src/util.h
patch
|
blob
|
history
diff --git
a/src/util.h
b/src/util.h
index
8c5a6a8
..
efbb88b
100644
(file)
--- a/
src/util.h
+++ b/
src/util.h
@@
-18,11
+18,6
@@
#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, ...);