summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-19 23:55:22 +0800
committerruki <[email protected]>2019-04-19 17:32:15 +0800
commit11e80baf5a40fcfb7165a85142791c9a45c83051 (patch)
tree95bd0ce4883df477528948fce667f91ebb990994
parent788fd7cdca9d681763a31df05b98a234733d3402 (diff)
remove some deprecated interfaces
-rw-r--r--xmake/core/package/package.lua10
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