Skip to content

Commit 3fe1c00

Browse files
committed
build: purge sysprof.collapse module
This module became unused as a result of commit tarantool/tarantool@e285188, so it can be purged safely from the LuaJIT sources. Part of tarantool/tarantool#8700
1 parent 2ab0419 commit 3fe1c00

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

tools/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ if(LUAJIT_DISABLE_SYSPROF)
6060
else()
6161
add_custom_target(tools-parse-sysprof EXCLUDE_FROM_ALL DEPENDS
6262
sysprof/parse.lua
63-
# TODO: This line is not deleted only for the sake of integrational
64-
# testing. It should be deleted in the next series.
65-
sysprof/collapse.lua
6663
sysprof.lua
6764
utils/bufread.lua
6865
utils/symtab.lua
@@ -71,9 +68,6 @@ else()
7168

7269
install(FILES
7370
${CMAKE_CURRENT_SOURCE_DIR}/sysprof/parse.lua
74-
# TODO: This line is not deleted only for the sake of integrational
75-
# testing. It should be deleted in the next series.
76-
${CMAKE_CURRENT_SOURCE_DIR}/sysprof/collapse.lua
7771
DESTINATION ${LUAJIT_DATAROOTDIR}/sysprof
7872
PERMISSIONS
7973
OWNER_READ OWNER_WRITE

tools/sysprof/collapse.lua

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)