Skip to content

Commit 1bd0daa

Browse files
committed
Remove old function call
1 parent dde5966 commit 1bd0daa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/kernel_writer/kernel_write.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ end
380380
# This function takes information about the file name, kernel ID, and
381381
# the expression that a SINGLE kernel is being created for, and creates
382382
# that kernel in the specified file.
383-
create_kernel!(expr_hash::String, kernel_ID::Int, factored::Vector{Equation}, stop_point::Int, gradlist::Vector{Symbol}, constants::Vector{Num}, all_vars::Vector{Symbol}, sparsity::Vector{Vector{Int}}) = create_kernel!(expr_hash, kernel_ID, factored, stop_point, gradlist, constants, all_vars, sparsity)
384383
function create_kernel!(expr_hash::String, kernel_ID::Int, factored::Vector{Equation}, stop_point::Int, gradlist::Vector{Symbol}, constants::Vector{Num}, all_vars::Vector{Symbol}, sparsity::Vector{Vector{Int}})
385384
# This function will create a kernel for the portion of `factored`
386385
# ending at `stop_point`, with the name:

0 commit comments

Comments
 (0)