diff options
| author | Sam James <sam@gentoo.org> | 2025-05-06 20:27:34 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-06 20:32:06 +0100 |
| commit | 8ee176dbe6fb61293b3b0ac57d859261e0ca902e (patch) | |
| tree | 08dbda928eb75de6235a9c7c37e5ee44ecfde6ee /dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch | |
| parent | 07da7cbf83135a8830a1da146b594d4b2e615797 (diff) | |
| download | gentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.tar.gz gentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.tar.bz2 gentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.zip | |
dev-db/mongodb: move all patches to devspae
Wanted to do this after because the patches are a mess and having
some history for them is good.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch')
| -rw-r--r-- | dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch b/dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch deleted file mode 100644 index 60f231d9ae48..000000000000 --- a/dev-db/mongodb/files/mongodb-8.0.6-mozjs-remove-unused-constructor.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 67320f150c65ece68118d1c9ecfd1c0a1f69ba6f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fran=C3=A7ois=20Valenduc?= <francoisvalenduc@gmail.com> -Date: Mon, 28 Apr 2025 14:16:08 +0200 -Subject: [PATCH] remove unused constructor - ---- - .../mozjs/extract/js/src/threading/ExclusiveData.h | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h b/src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h -index 38e89f10a1d..2d8ca831bf7 100644 ---- a/src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h -+++ b/src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h -@@ -109,11 +109,6 @@ class ExclusiveData { - explicit ExclusiveData(const MutexId& id, Args&&... args) - : lock_(id), value_(std::forward<Args>(args)...) {} - -- ExclusiveData(ExclusiveData&& rhs) -- : lock_(std::move(rhs.lock)), value_(std::move(rhs.value_)) { -- MOZ_ASSERT(&rhs != this, "self-move disallowed!"); -- } -- - ExclusiveData& operator=(ExclusiveData&& rhs) { - this->~ExclusiveData(); - new (mozilla::KnownNotNull, this) ExclusiveData(std::move(rhs)); --- -2.49.0 - |
