summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2011-04-15 19:22:07 (GMT)
committerEvan Martin <martine@danga.com>2011-04-15 19:22:07 (GMT)
commitece2d63323bde9fd89956193167e09708802d73c (patch)
tree12d16b5644c6ef5e945b03ccbb64381e65fdee25 /src/util.h
parent89a75eff08cd7355f07235938aff4769f97068e5 (diff)
downloadNinja-ece2d63323bde9fd89956193167e09708802d73c.zip
Ninja-ece2d63323bde9fd89956193167e09708802d73c.tar.gz
Ninja-ece2d63323bde9fd89956193167e09708802d73c.tar.bz2
Remove the declaration of DumpBacktrace.
This function was removed on 01880fb3a2a13f9071e9729c3a13752846828ed2.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.h b/src/util.h
index 8c5a6a8..efbb88b 100644
--- 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, ...);