From d996633b127c815216f8b18571ad829f7aee52c3 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 13 Jul 2021 20:04:58 -0700 Subject: [PATCH] Core: Remove dead code --- src/core/test/core.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/core/test/core.h diff --git a/src/core/test/core.h b/src/core/test/core.h deleted file mode 100644 index add2a4c02..000000000 --- a/src/core/test/core.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright (c) 2013-2016 Jeffrey Pfau - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef TEST_M_CORE_H -#define TEST_M_CORE_H -#include - -int TestRunCore(void); - -#endif