diff options
| author | ruki <[email protected]> | 2020-10-07 22:41:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-07 22:41:09 +0800 |
| commit | 272052e6545c85c5fcc90cd7fd81177cbb431de1 (patch) | |
| tree | caaedef6386aef5947dfc1b3dd18256203214c69 /xmake/modules/core/tools/icl.lua | |
| parent | 9779cee5d7da7ea01a18141ae5811719d4730410 (diff) | |
add fpmodels for icc
Diffstat (limited to 'xmake/modules/core/tools/icl.lua')
| -rw-r--r-- | xmake/modules/core/tools/icl.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/modules/core/tools/icl.lua b/xmake/modules/core/tools/icl.lua index bd2bd5e14..07f259f99 100644 --- a/xmake/modules/core/tools/icl.lua +++ b/xmake/modules/core/tools/icl.lua @@ -21,11 +21,3 @@ -- inherit cl inherit("cl") --- init it -function init(self) - -end - --- TODO --- inherit cl.lua and override some interfaces in cl.lua --- ... |
