Skip to content

Commit 15b162a

Browse files
committed
remove comment.
1 parent 7cb102c commit 15b162a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/json_value_module.F90

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,12 +1220,6 @@ end subroutine json_matrix_info
12201220
!@note If `found` is present, no exceptions will be thrown if an
12211221
! error occurs. Otherwise, an exception will be thrown if the
12221222
! variable is not found.
1223-
!
1224-
!@warning There is a bug in gfortran-6.1.0 (and likely others) if using
1225-
! the `name` output and Unicode. The name will not be returned
1226-
! properly. It seems like setting an initial non-blank value
1227-
! before calling this routine can fix the issue in some cases.
1228-
! See `jf_test_19.F90`.
12291223

12301224
subroutine json_matrix_info_by_path(json,p,path,is_matrix,found,&
12311225
var_type,n_sets,set_size,name)

0 commit comments

Comments
 (0)