summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-28 20:21:39 (GMT)
committerEvan Martin <martine@danga.com>2012-07-28 20:21:39 (GMT)
commit809b8d7e04af7811c3be49987ff6c680fe289b57 (patch)
tree802f199bb26964870364c9bae8be36351a51a4a1 /src/util.h
parent347bf761a0bc480acd2f505da97c08d98a58018c (diff)
downloadNinja-809b8d7e04af7811c3be49987ff6c680fe289b57.zip
Ninja-809b8d7e04af7811c3be49987ff6c680fe289b57.tar.gz
Ninja-809b8d7e04af7811c3be49987ff6c680fe289b57.tar.bz2
delete vestigal declarations
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 0 insertions, 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