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_dummy.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/crashhandler_dummy.cpp (limited to 'src/crashhandler_dummy.cpp') diff --git a/src/crashhandler_dummy.cpp b/src/crashhandler_dummy.cpp deleted file mode 100644 index e230c82..0000000 --- a/src/crashhandler_dummy.cpp +++ /dev/null @@ -1,16 +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 - */ - -#include "crashhandler.h" - - -bool CrashHandler::install_handler(CrashHandler::Context &) -{ - return false; -} - -- cgit v1.2.1