diff options
author | Andrew <forkk@forkk.net> | 2014-05-10 14:19:13 -0500 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2014-05-10 14:19:13 -0500 |
commit | 4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59 (patch) | |
tree | 237cf5c1cfe9aa34e37071e6419a94ed7dbe26cd | |
parent | 5099964c673cd45e16d443a3b02f51bade303eee (diff) | |
download | MultiMC-4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59.tar MultiMC-4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59.tar.gz MultiMC-4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59.tar.lz MultiMC-4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59.tar.xz MultiMC-4f6cd65c13261bd3562a3adf5891ed4ee4c1cb59.zip |
Remove unused function
-rw-r--r-- | WinBacktrace.cpp | 3 |
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. |