Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
contributes to #1620
  • Loading branch information
VeckoTheGecko committed Oct 23, 2024
1 parent 8ac8de2 commit d34311e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parcels/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(
self.funccode = funccode
self.py_ast = py_ast
self.dyn_srcs = []
self.static_srcs = []
self.src_file = None
self.lib_file = None
self.log_file = None
Expand Down

0 comments on commit d34311e

Please sign in to comment.