summaryrefslogtreecommitdiff
path: root/core/src/luajit/dynasm/dasm_x64.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-15 13:39:50 +0800
committerruki <[email protected]>2017-08-15 13:44:27 +0800
commitb92d83c523045d7e8b716dc0610b88b0d357575f (patch)
tree161cebb851686c2b140ca53451089d4faca307d0 /core/src/luajit/dynasm/dasm_x64.lua
parentf7083cb5c14a5cf84c9c0ccd07891a251ec39b35 (diff)
remove some unused codes
Diffstat (limited to 'core/src/luajit/dynasm/dasm_x64.lua')
-rw-r--r--core/src/luajit/dynasm/dasm_x64.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/src/luajit/dynasm/dasm_x64.lua b/core/src/luajit/dynasm/dasm_x64.lua
deleted file mode 100644
index b1b62022f..000000000
--- a/core/src/luajit/dynasm/dasm_x64.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-------------------------------------------------------------------------------
--- DynASM x64 module.
---
--- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
--- See dynasm.lua for full copyright notice.
-------------------------------------------------------------------------------
--- This module just sets 64 bit mode for the combined x86/x64 module.
--- All the interesting stuff is there.
-------------------------------------------------------------------------------
-
-x64 = true -- Using a global is an ugly, but effective solution.
-return require("dasm_x86")