From 809b8d7e04af7811c3be49987ff6c680fe289b57 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sat, 28 Jul 2012 13:21:39 -0700 Subject: delete vestigal declarations --- src/util.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/util.h b/src/util.h index fd91772..5caf644 100644 --- a/src/util.h +++ b/src/util.h @@ -75,13 +75,6 @@ double GetLoadAverage(); #endif #ifdef _WIN32 - -/// Handler for __except block -int exception_filter(unsigned int code, struct _EXCEPTION_POINTERS *ep); - -/// Write a windows minidump file in temp directory. User can specify null 'pep' argument. -void Create_Win32_MiniDump( struct _EXCEPTION_POINTERS* pep ); - /// Convert the value returned by GetLastError() into a string. string GetLastErrorString(); #endif -- cgit v0.12