Skip to content

Commit bd1e8e6

Browse files
Removed extra 'const' from the declaration
1 parent 78fb202 commit bd1e8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Lower/CallInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class CallInterface {
170170
/// Is the argument INTENT(OUT)
171171
bool isIntentOut() const;
172172
/// Does the argument have the CONTIGUOUS attribute or have explicit shape?
173-
bool mustBeMadeContiguous(const bool argHasTriplet = false) const;
173+
bool mustBeMadeContiguous(bool argHasTriplet = false) const;
174174
/// Does the dummy argument have the VALUE attribute?
175175
bool hasValueAttribute() const;
176176
/// Does the dummy argument have the ALLOCATABLE attribute?

0 commit comments

Comments
 (0)