We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d1a05 commit c260936Copy full SHA for c260936
flang/include/flang/Lower/OpenACC.h
@@ -46,7 +46,6 @@ struct AccClauseList;
46
struct OpenACCConstruct;
47
struct OpenACCDeclarativeConstruct;
48
struct OpenACCRoutineConstruct;
49
-struct ProcedureDesignator;
50
} // namespace parser
51
52
namespace semantics {
flang/lib/Lower/CallInterface.cpp
@@ -1701,7 +1701,6 @@ class SignatureBuilder
1701
fir::emitFatalError(converter.getCurrentLocation(),
1702
"SignatureBuilder should only be used once");
1703
declare();
1704
-
1705
interfaceDetermined = true;
1706
return getFuncOp();
1707
}
0 commit comments