mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
removed unneeded code
This commit is contained in:
parent
33a39a46ec
commit
585ed51ff3
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue