From 4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 May 2014 14:19:13 -0500 Subject: [PATCH] Remove unused function --- WinBacktrace.cpp | 3 --- 1 file changed, 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.