summaryrefslogtreecommitdiff
path: root/src/node_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_worker.cc')
-rw-r--r--src/node_worker.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_worker.cc b/src/node_worker.cc
index 6f325668b8..3768d80a9c 100644
--- a/src/node_worker.cc
+++ b/src/node_worker.cc
@@ -403,10 +403,6 @@ void Worker::Exit(int code) {
}
}
-size_t Worker::self_size() const {
- return sizeof(*this);
-}
-
namespace {
// Return the MessagePort that is global for this Environment and communicates