summaryrefslogtreecommitdiff
path: root/src/yuzu/breakpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/breakpad.h')
-rw-r--r--src/yuzu/breakpad.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/yuzu/breakpad.h b/src/yuzu/breakpad.h
deleted file mode 100644
index 0f911aa9c..000000000
--- a/src/yuzu/breakpad.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-namespace Breakpad {
-
-void InstallCrashHandler();
-
-}