summaryrefslogtreecommitdiffstats
path: root/base/debug_util_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug_util_win.cc')
-rw-r--r--base/debug_util_win.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/debug_util_win.cc b/base/debug_util_win.cc
index 922a58b..a41f1b3 100644
--- a/base/debug_util_win.cc
+++ b/base/debug_util_win.cc
@@ -106,11 +106,6 @@ void DebugUtil::BreakDebugger() {
StackTrace::StackTrace() {
}
-const void *const *StackTrace::Addresses(size_t* count) {
- *count = 0;
- return NULL;
-}
-
void PrintBacktrace() {
NOTIMPLEMENTED();
}