From db3c9c8d3b5903b353bca2fa349d3386c1f68096 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 4 Oct 2020 16:48:54 +0300 Subject: Remove Breakpad optdepend --- src/crashhandler.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/crashhandler.h (limited to 'src/crashhandler.h') diff --git a/src/crashhandler.h b/src/crashhandler.h deleted file mode 100644 index 73b1768..0000000 --- a/src/crashhandler.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * This file is part of smolbote. It's copyrighted by the contributors recorded - * in the version control history of the file, available from its original - * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote - * - * SPDX-License-Identifier: GPL-3.0 - */ - -#ifndef SMOLBOTE_CRASHHANDLER_H -#define SMOLBOTE_CRASHHANDLER_H - -#include - -namespace CrashHandler -{ -struct Context { - const std::string dumppath; - const std::string handler; - - explicit Context(const std::string &path, const std::string &crashhandler) - : dumppath(path) - , handler(crashhandler) - { - } -}; - -bool install_handler(Context &ctx); -} - -#endif // SMOLBOTE_CRASHHANDLER_H -- cgit v1.2.1