removed unneeded code

This commit is contained in:
Kudzu 2017-07-14 15:33:18 -04:00
parent 33a39a46ec
commit 585ed51ff3

View file

@ -27,8 +27,7 @@ namespace Cosmos.IL2CPU {
(xName == "Cosmos.Debug.Kernel.Plugs.Asm") ||
(xName == "Cosmos.IL2CPU") ||
(xName == "Cosmos.IL2CPU.API") ||
(xName == "Cosmos.Common") ||
(xName == "Cosmos.TestRunner.TestController")) {
(xName == "Cosmos.Common")) {
return true;
}