diff options
| author | ruki <[email protected]> | 2021-03-25 22:46:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-25 22:46:45 +0800 |
| commit | df6916d52a29ce6b66ad913016c90f8c0e4cbebb (patch) | |
| tree | a33d130ecf8ff634544261d80c7d417839653aa1 /xmake/core/package | |
| parent | a08f25c000bf50f0530a2fc56406a414d4da04b1 (diff) | |
remove unused package api
Diffstat (limited to 'xmake/core/package')
| -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 = { |
