diff options
| author | ruki <[email protected]> | 2023-08-01 23:38:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-01 23:38:33 +0800 |
| commit | 0f8899180e72c65ce48b37d30902b20f315bbdb9 (patch) | |
| tree | 44dfb352cdba81453785fb8b592b028b577a2d31 /xmake/modules | |
| parent | 589975db619ee3ff5611ea0e1887159dc89e49e4 (diff) | |
remove more codes
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/target/action/clean/main.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/modules/target/action/clean/main.lua b/xmake/modules/target/action/clean/main.lua index d492c38b1..06bd39f70 100644 --- a/xmake/modules/target/action/clean/main.lua +++ b/xmake/modules/target/action/clean/main.lua @@ -53,10 +53,6 @@ function main(target) remove_files(target:pcoutputfile("c")) remove_files(target:pcoutputfile("cxx")) - -- TODO remove the header files (deprecated) - local _, dstheaders = target:headers() - remove_files(dstheaders) - -- remove the clean files remove_files(target:get("cleanfiles")) |
