aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/bytearray.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/bytearray.h')
-rw-r--r--sources/shiboken6/tests/libsample/bytearray.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/bytearray.h b/sources/shiboken6/tests/libsample/bytearray.h
index 5dfb63fd5..a6bb4c6c6 100644
--- a/sources/shiboken6/tests/libsample/bytearray.h
+++ b/sources/shiboken6/tests/libsample/bytearray.h
@@ -40,7 +40,6 @@ public:
ByteArray(char data);
ByteArray(const char* data);
ByteArray(const char* data, int len);
- ByteArray(const ByteArray& other);
int size() const;
char at(int i) const;