Skip to content

Commit 4f01504

Browse files
committed
ED: Remove unused variable in ED_FindIndizesAndRedimension
1 parent 6e1855b commit 4f01504

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Packages/MIES/MIES_ExperimentDocumentation.ipf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,10 @@ End
505505
/// @retval rowIndex returns the row index into values at which the new values should be written
506506
static Function [WAVE colIndizes, variable rowIndex] ED_FindIndizesAndRedimension(WAVE/T incomingKey, WAVE incomingValues, WAVE/T key, WAVE values, variable logbookType)
507507

508-
variable numCols, numKeyRows, numKeyCols, i, j, numAdditions, idx
508+
variable numCols, numKeyCols, i, j, numAdditions, idx
509509
variable lastValidIncomingKeyRow, descIndex, isUserEntry, headstageCont, headstageContDesc, isUnAssoc
510510
string msg, searchStr
511511

512-
numKeyRows = DimSize(key, ROWS)
513512
numKeyCols = DimSize(key, COLS)
514513
lastValidIncomingKeyRow = DimSize(incomingKey, ROWS) - 1
515514

0 commit comments

Comments
 (0)