diff options
| -rw-r--r-- | xmake/core/package/package.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 8e343f7d9..1192bcaa5 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -323,16 +323,6 @@ function _instance:manifest_save() end end --- TODO: set the given variable, deprecated -function _instance:setvar(name, ...) - self:set(name, ...) -end - --- TODO add the given variable, deprecated -function _instance:addvar(name, ...) - self:add(name, ...) -end - -- get the exported environments function _instance:envs() local envs = self._ENVS |
