Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

fix clang compatibility issue #330

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
clang warning: remove unused variable
anilbey committed Oct 20, 2023
commit 45f2b483eeed66cd24ceb64ea8a38b0eb3833da6
1 change: 0 additions & 1 deletion efel/cppcore/LibV1.cpp
Original file line number Diff line number Diff line change
@@ -434,7 +434,6 @@ static int __burst_ISI_indices(double BurstFactor, vector<int>& PeakIndex,
vector<double>& ISIValues,
vector<int>& BurstIndex) {
vector<double> ISIpcopy;
vector<double>::iterator it1, it2;
int n, count = -1;
double dMedian;