diff --git a/SPIRV/SpvBuilder.h b/SPIRV/SpvBuilder.h index b3c89520..c2209602 100644 --- a/SPIRV/SpvBuilder.h +++ b/SPIRV/SpvBuilder.h @@ -532,7 +532,6 @@ protected: // the first iteration of the loop. The phi instruction is initialized // with no values or predecessor operands. Loop(Builder& builder, bool testFirst); - Loop(const Loop&) = default; // The function containing the loop. Function* const function;