Core: Remove dead code

This commit is contained in:
Vicki Pfau 2021-07-13 20:04:58 -07:00
parent 617bb0a093
commit d996633b12
1 changed files with 0 additions and 12 deletions

View File

@ -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 <mgba-util/common.h>
int TestRunCore(void);
#endif