From 0d882367f76922f0263d00ed0007b00edf909f6c Mon Sep 17 00:00:00 2001 From: Alexander McCord Date: Sun, 26 May 2024 16:14:58 -0700 Subject: [PATCH] Clip this comment. --- EqSat/include/Luau/Language.h | 1 - 1 file changed, 1 deletion(-) diff --git a/EqSat/include/Luau/Language.h b/EqSat/include/Luau/Language.h index 76bb6c5d..e887c532 100644 --- a/EqSat/include/Luau/Language.h +++ b/EqSat/include/Luau/Language.h @@ -75,7 +75,6 @@ private: template static void fnMove(void* dst, void* src) { - // static_cast is equivalent to std::move() but faster in Debug new (dst) T(static_cast(*static_cast(src))); }