From e6cdf24bb52c8d362bfb6a258a65e9be2d670d94 Mon Sep 17 00:00:00 2001 From: Clemens Hammacher Date: Thu, 12 Jul 2018 13:18:58 +0200 Subject: [PATCH] tools: remove lldbinit file from install script V8 removed the lldbinit file. Refs: https://crrev.com/c/1127892 PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann Reviewed-By: Gus Caplan Reviewed-By: Ujjwal Sharma Reviewed-By: Matteo Collina --- tools/install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install.py b/tools/install.py index 9e192a1cd6e..c97518d4220 100755 --- a/tools/install.py +++ b/tools/install.py @@ -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: