summaryrefslogtreecommitdiffstats
path: root/win_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'win_dump.h')
-rw-r--r--win_dump.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/win_dump.h b/win_dump.h
deleted file mode 100644
index b8c25348f4..0000000000
--- a/win_dump.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Windows crashdump
- *
- * Copyright (c) 2018 Virtuozzo International GmbH
- *
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
- *
- */
-
-#ifndef WIN_DUMP_H
-#define WIN_DUMP_H
-
-#include "qemu/win_dump_defs.h"
-
-void create_win_dump(DumpState *s, Error **errp);
-
-#endif /* WIN_DUMP_H */