Skip to content

Commit 5ad418b

Browse files
committed
Remove stale TODO comment
1 parent d742c2a commit 5ad418b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Parse/ParseOpenACC.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,6 @@ Parser::OpenACCClauseParseResult Parser::ParseOpenACCClauseParams(
956956
break;
957957
case OpenACCClauseKind::Attach:
958958
case OpenACCClauseKind::DevicePtr:
959-
// TODO: ERICH: Figure out how to limit to just ptrs?
960959
ParsedClause.setVarListDetails(ParseOpenACCVarList(),
961960
/*IsReadOnly=*/false, /*IsZero=*/false);
962961
break;

0 commit comments

Comments
 (0)