Skip to content

Commit d8a57a1

Browse files
committed
Clean warning
1 parent a195e17 commit d8a57a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/test-suite/fortran/constructor_copy_runme.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subroutine test_assignment
1313
use constructor_copy
1414
use ISO_C_BINDING
1515
implicit none
16-
type(Bari) :: a, b, c
16+
type(Bari) :: a, b
1717

1818
ASSERT(.not. c_associated(a%swigdata%cptr))
1919
ASSERT(a%swigdata%cmemflags == 0)

0 commit comments

Comments
 (0)