summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2022-07-15 09:55:57 +0200
committerGitHub <noreply@github.com>2022-07-15 08:55:57 +0100
commit38f1e2793c1a3ba0e8cec897769ec76ad2f58cf5 (patch)
tree615a663363b8a45b966b127fb4e8b6aaf3f598da /tools/install.py
parent49bb1c6832a7f142ddabcb5d8f55ea35d576752c (diff)
downloadnode-new-38f1e2793c1a3ba0e8cec897769ec76ad2f58cf5.tar.gz
build: remove systemtap support
There are no indicators that anyone is actually using this. Quite the opposite: it was broken more than it was working during its lifetime. PR-URL: https://github.com/nodejs/node/pull/43651 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/install.py b/tools/install.py
index 47e9d8bd7a..2a41a286f4 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -147,9 +147,6 @@ def files(action):
if 'true' == variables.get('node_use_dtrace'):
action(['out/Release/node.d'], 'lib/dtrace/node.d')
- # behave similarly for systemtap
- action(['src/node.stp'], 'share/systemtap/tapset/')
-
action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')