diff options
| -rw-r--r-- | xmake/core/base/semver.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/base/semver.lua b/xmake/core/base/semver.lua index 5c3e5743c..3d4d8623f 100644 --- a/xmake/core/base/semver.lua +++ b/xmake/core/base/semver.lua @@ -28,8 +28,6 @@ local string = require("base/string") -- get the version info function _instance:get(name) - - -- get it from info first local value = self._INFO[name] if value ~= nil then return value |
