Skip to content

Commit c260936

Browse files
committed
tidy up
1 parent e2d1a05 commit c260936

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

flang/include/flang/Lower/OpenACC.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ struct AccClauseList;
4646
struct OpenACCConstruct;
4747
struct OpenACCDeclarativeConstruct;
4848
struct OpenACCRoutineConstruct;
49-
struct ProcedureDesignator;
5049
} // namespace parser
5150

5251
namespace semantics {

flang/lib/Lower/CallInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,6 @@ class SignatureBuilder
17011701
fir::emitFatalError(converter.getCurrentLocation(),
17021702
"SignatureBuilder should only be used once");
17031703
declare();
1704-
17051704
interfaceDetermined = true;
17061705
return getFuncOp();
17071706
}

0 commit comments

Comments
 (0)