Title: [284145] trunk/Source/_javascript_Core
Revision
284145
Author
[email protected]
Date
2021-10-13 20:58:16 -0700 (Wed, 13 Oct 2021)

Log Message

Unreviewed, speculative build fix with new clang

Speculative since I cannot install this clang now.

* b3/B3ValueRep.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (284144 => 284145)


--- trunk/Source/_javascript_Core/ChangeLog	2021-10-14 02:17:51 UTC (rev 284144)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-10-14 03:58:16 UTC (rev 284145)
@@ -1,3 +1,11 @@
+2021-10-13  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, speculative build fix with new clang
+
+        Speculative since I cannot install this clang now.
+
+        * b3/B3ValueRep.h:
+
 2021-10-13  Jean-Yves Avenard  <[email protected]>
 
         Clearly distinguish serial from concurrent WorkQueue

Modified: trunk/Source/_javascript_Core/b3/B3ValueRep.h (284144 => 284145)


--- trunk/Source/_javascript_Core/b3/B3ValueRep.h	2021-10-14 02:17:51 UTC (rev 284144)
+++ trunk/Source/_javascript_Core/b3/B3ValueRep.h	2021-10-14 03:58:16 UTC (rev 284145)
@@ -116,8 +116,6 @@
         u.reg = reg;
     }
 
-    ValueRep(const ValueRep&) = default;
-
     ValueRep(Kind kind)
         : m_kind(kind)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to