Skip to content

Commit ccaa50f

Browse files
committed
remove unused declaration
1 parent 7b26162 commit ccaa50f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Semantics/check-omp-structure.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ class OmpStructureChecker
238238
void ChecksOnOrderedAsStandalone();
239239
void CheckOrderedDependClause(std::optional<std::int64_t> orderedValue);
240240
void CheckReductionArraySection(const parser::OmpObjectList &ompObjectList);
241-
void CheckIntentInPointerAndDefinable(
242-
const parser::OmpObjectList &, const llvm::omp::Clause);
243241
void CheckArraySection(const parser::ArrayElement &arrayElement,
244242
const parser::Name &name, const llvm::omp::Clause clause);
245243
void CheckSharedBindingInOuterContext(

0 commit comments

Comments
 (0)