Skip to content

Commit

Permalink
Remove unused functions and duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Ozmaden committed Nov 17, 2021
1 parent eab881c commit 724dcf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/tracking_loop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,6 @@ end
function choose(replica::CarrierReplicaCPU, signal::AbstractArray{Complex{T}}) where T <: Number
replica.carrier_f32
end
function choose(replica::Nothing, signal::AbstractArray)
nothing
end
function choose(replica::DownconvertedSignalCPU, signal::AbstractArray{Complex{Float64}})
replica.downconverted_signal_f64
end
Expand Down
2 changes: 0 additions & 2 deletions src/tracking_state.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ function DownconvertedSignalCPU(num_ants::NumAnts{N}) where N
)
end

@inline gen_blank_carrier_gpu(system::S, num_samples) where {CO <: CuMatrix,S <: AbstractGNSS{CO}} = StructArray{ComplexF32}((CuArray{Float32}(undef, num_samples), CuArray{Float32}(undef, num_samples)))

"""
$(SIGNATURES)
Expand Down

0 comments on commit 724dcf6

Please sign in to comment.