Skip to content

Commit c29c016

Browse files
committed
cleanup
1 parent b1ba0ab commit c29c016

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,14 +1038,7 @@ subroutine new_compiler(self, fc, cc, cxx, echo, verbose)
10381038
else
10391039
call get_default_cxx_compiler(self%fc, self%cxx)
10401040
end if
1041-
1042-
1043-
quad = has_quad_precision(self)
1044-
1045-
print *, 'has quad=',quad
1046-
1047-
stop 'temporary: new compiler'
1048-
1041+
10491042
end subroutine new_compiler
10501043

10511044

0 commit comments

Comments
 (0)