housekeeping: removed commented code

This commit is contained in:
Dhairya Gandhi 2018-08-20 18:10:20 +05:30
parent 624dc6cb85
commit 1af7a53e1f

View File

@ -153,11 +153,3 @@ function jacobian(m,x)
end
J'
end
# struct StopException <: Exception
# x::Symbol
# end
# function stop(x)
# throw(StopException(x))
# end