diff --git a/include/clad/Differentiator/StmtClone.h b/include/clad/Differentiator/StmtClone.h index 1efc469fa..00c901cfa 100644 --- a/include/clad/Differentiator/StmtClone.h +++ b/include/clad/Differentiator/StmtClone.h @@ -125,7 +125,6 @@ namespace utils { DECLARE_CLONE_FN(SubstNonTypeTemplateParmExpr) DECLARE_CLONE_FN(CXXScalarValueInitExpr) DECLARE_CLONE_FN(ConstantExpr) - DECLARE_CLONE_FN(ValueStmt) CLAD_COMPAT_8_DECLARE_CLONE_FN(ValueStmt) clang::Stmt* VisitStmt(clang::Stmt*);