Remove unused import
not sure why this wasn't being flagged earlier, probably to do w/ recent $(RunAnalyzersDuringBuild) change
This commit is contained in:
parent
d4adc8282c
commit
48f4a98a61
|
@ -1,4 +1,6 @@
|
|||
#if !SKIP_PLATFORM_TESTS
|
||||
using BizHawk.Common;
|
||||
#endif
|
||||
|
||||
namespace BizHawk.Tests
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue