diff options
| author | ruki <[email protected]> | 2021-04-15 22:46:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-15 22:46:40 +0800 |
| commit | 126c16d5cdff4f65176d8098285709d7e94b0d95 (patch) | |
| tree | 9a90735837fe2b566003e39f5d95884ec8f32217 /xmake/languages/c++/api.lua | |
| parent | a401faae6619e5cdc3a7b1d1d85b257058b22674 (diff) | |
remove some deprecated apis again
Diffstat (limited to 'xmake/languages/c++/api.lua')
| -rw-r--r-- | xmake/languages/c++/api.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/languages/c++/api.lua b/xmake/languages/c++/api.lua index e0409ba30..0f363ce47 100644 --- a/xmake/languages/c++/api.lua +++ b/xmake/languages/c++/api.lua @@ -247,9 +247,7 @@ function apis() _g.dictionary = { -- option.add_xxx - "option.add_csnippet" -- TODO deprecated , "option.add_csnippets" - , "option.add_cxxsnippet" -- TODO deprecated , "option.add_cxxsnippets" } _g.custom = |
