Skip to content

Commit

Permalink
tools: remove lldbinit file from install script
Browse files Browse the repository at this point in the history
V8 removed the lldbinit file.

Refs: https://crrev.com/c/1127892

PR-URL: nodejs#21983
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
backes authored and targos committed Sep 7, 2018
1 parent 267b0b5 commit e6cdf24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def files(action):
action(['src/node.stp'], 'share/systemtap/tapset/')

action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
action(['deps/v8/tools/lldbinit'], 'share/doc/node/')
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')

if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
Expand Down

0 comments on commit e6cdf24

Please sign in to comment.