From 30fd3d25dfa0cb759da77e9725e6cec4af1415b9 Mon Sep 17 00:00:00 2001 From: Glen Keane Date: Sat, 24 Feb 2018 22:38:04 +0000 Subject: src: Remove lttng support. This cleans up and removes lttng support completely. Recent discussion on a PR to deprecate lttng suggested that we remove it completely pending feedback from the TSC. This should be considered a non breaking change, as a recent PR reveals that compiling with this system has been broken for nearly two years. Refs: https://github.com/nodejs/node/issues/18971 Refs: https://github.com/nodejs/node/pull/18975 Refs: https://github.com/nodejs/node/pull/18945 PR-URL: https://github.com/nodejs/node/pull/18982 Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Jackson Tian Reviewed-By: Evan Lucas Reviewed-By: Matteo Collina Reviewed-By: James M Snell --- doc/guides/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guides/contributing/pull-requests.md') diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index 4fd2de923a..b80fe687ef 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -146,7 +146,7 @@ A good commit message should describe what changed and why. Examples: - `net: add localAddress and localPort to Socket` - - `src: fix typos in node_lttng_provider.h` + - `src: fix typos in async_wrap.h` 2. Keep the second line blank. -- cgit v1.2.3