Skip to content

Commit

Permalink
sysprof: purge collapse.lua
Browse files Browse the repository at this point in the history
The `collapse.lua` module became redundant after the patch
dd99443, was
kept as a stub to keep integration testing intact. Now it is
time to purge it completely.

Part of tarantool/tarantool#8700
  • Loading branch information
mkokryashkin committed Nov 23, 2023
1 parent 40b4c39 commit 079c820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ if(LUAJIT_DISABLE_SYSPROF)
else()
add_custom_target(tools-parse-sysprof EXCLUDE_FROM_ALL DEPENDS
sysprof/parse.lua
# TODO: This line is not deleted only for the sake of integrational
# testing. It should be deleted in the next series.
sysprof/collapse.lua
sysprof.lua
utils/bufread.lua
utils/profile_data_reader.lua
Expand All @@ -76,9 +73,6 @@ else()

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/sysprof/parse.lua
# TODO: This line is not deleted only for the sake of integrational
# testing. It should be deleted in the next series.
${CMAKE_CURRENT_SOURCE_DIR}/sysprof/collapse.lua
DESTINATION ${LUAJIT_DATAROOTDIR}/sysprof
PERMISSIONS
OWNER_READ OWNER_WRITE
Expand Down
3 changes: 0 additions & 3 deletions tools/sysprof/collapse.lua

This file was deleted.

0 comments on commit 079c820

Please sign in to comment.