Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -3334,10 +3334,4 @@ X86CPU.init = function()
|
|||
*/
|
||||
web.onInit(X86CPU.init);
|
||||
|
||||
if (typeof APP_PCJS !== 'undefined') {
|
||||
APP_PCJS.X86 = X86;
|
||||
APP_PCJS.X86.X86CPU = X86CPU;
|
||||
APP_PCJS.X86.X86Seg = X86Seg;
|
||||
}
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = X86CPU;
|
||||
|
|
|
|||
Loading…
Reference in a new issue