Skip to content

Commit 09f1a5b

Browse files
committed
remove unused state variable
1 parent c587e11 commit 09f1a5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/linalg/example_lstsq.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
program example_lstsq
22
use stdlib_linalg_constants, only: dp
33
use stdlib_linalg, only: lstsq
4-
use stdlib_linalg_state, only: linalg_state_type
54
implicit none
6-
type(linalg_state_type) :: err
75

86
integer, allocatable :: x(:),y(:)
97
real(dp), allocatable :: A(:,:),b(:),coef(:)

0 commit comments

Comments
 (0)