aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/valueandvirtual.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-24 03:01:04 +0000
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-24 03:01:04 +0000
commit5a93b20553ab55b94fef60fa5f92387f4ead6bea (patch)
tree9f94db8d9fa6331dac49ff9a849b58d036aabcf3 /sources/shiboken6/tests/libsample/valueandvirtual.h
parent09189296271176e32507100f32e9ee1b155b61f7 (diff)
parent76d6758a8d6f5136d5eba63e787fbf27ed5450e5 (diff)
Merge branch 6.3 into wip/6.3_pypywip/6.3_pypy
Diffstat (limited to 'sources/shiboken6/tests/libsample/valueandvirtual.h')
-rw-r--r--sources/shiboken6/tests/libsample/valueandvirtual.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/valueandvirtual.h b/sources/shiboken6/tests/libsample/valueandvirtual.h
index 34a6788e2..85676847d 100644
--- a/sources/shiboken6/tests/libsample/valueandvirtual.h
+++ b/sources/shiboken6/tests/libsample/valueandvirtual.h
@@ -33,7 +33,6 @@ class ValueAndVirtual
{
public:
ValueAndVirtual(int id) : m_id(id) {}
- ValueAndVirtual(const ValueAndVirtual &other) { m_id = other.m_id; }
bool operator()(int id, int id2) { return id == id2; }