Skip to content

Commit 8755f92

Browse files
committed
remove redundant line
1 parent 76180bb commit 8755f92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Interfaces/LazySet_functions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ end
572572
The default implementation applies the functions `exp` and `linear_map`.
573573
"""
574574
@validate function exponential_map(M::AbstractMatrix, X::LazySet)
575-
n = dim(X)
576575
return linear_map(exp(M), X)
577576
end
578577

0 commit comments

Comments
 (0)