diff options
| author | ruki <[email protected]> | 2017-06-13 15:42:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-13 15:42:12 +0800 |
| commit | 48529599248c9bdd43b53def4be7113d226060ef (patch) | |
| tree | 077dd731acedc2dbb61e42f8af665677dd56861a /xmake/core/base/table.lua | |
| parent | c0943c86f7ce1ae303e4ba909d29a11f750a9cda (diff) | |
impl find_openssl for windows
Diffstat (limited to 'xmake/core/base/table.lua')
| -rw-r--r-- | xmake/core/base/table.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua index 7e8438b8d..023166f69 100644 --- a/xmake/core/base/table.lua +++ b/xmake/core/base/table.lua @@ -315,9 +315,6 @@ end -- remove repeat from the given array function table.unique(array) - -- check - assert(array) - -- remove repeat if type(array) == "table" then |
