summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WinBacktrace.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/WinBacktrace.cpp b/WinBacktrace.cpp
index f111cd6f..2c9a3960 100644
--- a/WinBacktrace.cpp
+++ b/WinBacktrace.cpp
@@ -26,9 +26,6 @@
#error WinBacktrace is only supported on x86 architectures.
#endif
-
-void dumpInfo(StackFrame* frame, const BYTE* caller, HINSTANCE hInst);
-
// We need to do some crazy shit to walk through the stack.
// Windows unwinds the stack when an exception is thrown, so we
// need to examine the EXCEPTION_POINTERS's CONTEXT.