Skip to content

Commit

Permalink
Remove VisitCUDAKernelCallExpr
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Oct 11, 2024
1 parent a289405 commit ea63937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/clad/Differentiator/ReverseModeVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ namespace clad {
StmtDiff VisitArraySubscriptExpr(const clang::ArraySubscriptExpr* ASE);
StmtDiff VisitBinaryOperator(const clang::BinaryOperator* BinOp);
StmtDiff VisitCallExpr(const clang::CallExpr* CE);
StmtDiff VisitCUDAKernelCallExpr(const clang::CUDAKernelCallExpr* KCE);
virtual StmtDiff VisitCompoundStmt(const clang::CompoundStmt* CS);
StmtDiff VisitConditionalOperator(const clang::ConditionalOperator* CO);
StmtDiff VisitCXXBoolLiteralExpr(const clang::CXXBoolLiteralExpr* BL);
Expand Down

0 comments on commit ea63937

Please sign in to comment.