Skip to content

Commit

Permalink
src: remove v8abbr.h
Browse files Browse the repository at this point in the history
The definitions in v8abbr.h, except for NODE_OFF_EXTSTR_DATA, were only
used for dtrace, which has been removed.

Refs: #43652
  • Loading branch information
tniessen committed Aug 25, 2022
1 parent 15aa34b commit 40bc0a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/label-pr-config.yml
Expand Up @@ -21,7 +21,7 @@ subSystemLabels:
/^src\/tty_/: c++, tty
/^src\/node_url/: c++, whatwg-url
/^src\/node_util/: c++, util
/^src\/(?:node_v8|v8abbr)/: c++, v8 engine
/^src\/node_v8/: c++, v8 engine
/^src\/node_contextify/: c++, vm
/^src\/.*win32.*/: c++, windows
/^src\/node_zlib/: c++, zlib
Expand Down
3 changes: 2 additions & 1 deletion src/node_postmortem_metadata.cc
Expand Up @@ -3,9 +3,10 @@
#include "handle_wrap.h"
#include "util-inl.h"
#include "req_wrap.h"
#include "v8abbr.h"
#include "node_context_data.h"

#define NODE_OFF_EXTSTR_DATA sizeof(void*)

#define NODEDBG_SYMBOL(Name) nodedbg_ ## Name

// nodedbg_offset_CLASS__MEMBER__TYPE: Describes the offset to a class member.
Expand Down
123 changes: 0 additions & 123 deletions src/v8abbr.h

This file was deleted.

3 changes: 2 additions & 1 deletion test/cctest/test_node_postmortem_metadata.cc
Expand Up @@ -5,7 +5,8 @@
#include "req_wrap-inl.h"
#include "tracing/agent.h"
#include "v8.h"
#include "v8abbr.h"

#define NODE_OFF_EXTSTR_DATA sizeof(void*)

extern "C" {
extern uintptr_t
Expand Down

0 comments on commit 40bc0a2

Please sign in to comment.