diff options
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 033503580..7438896b7 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -1611,14 +1611,6 @@ function package.apis() , "package.on_fetch" , "package.on_install" , "package.on_test" - - -- package.before_xxx - , "package.before_install" - , "package.before_test" - - -- package.before_xxx - , "package.after_install" - , "package.after_test" } , keyvalues = { |
