aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/windows/native/sun/windows/awt_FileDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows/native/sun/windows/awt_FileDialog.cpp b/src/windows/native/sun/windows/awt_FileDialog.cpp
index 1e5d78da69..3c797c1ea4 100644
--- a/src/windows/native/sun/windows/awt_FileDialog.cpp
+++ b/src/windows/native/sun/windows/awt_FileDialog.cpp
@@ -94,8 +94,6 @@ class SmartHolderBase {
public:
SmartHolderBase() : m_pointer(NULL) {}
- SmartHolderBase& operator=(const SmartHolderBase&) = delete;
-
void Attach(T* other) {
Clean();
m_pointer = other;