From 542951e034b130482115ee6243fbe9b909108f42 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 13 Oct 2009 11:47:14 +0200 Subject: [PATCH] WRG: Remove warning unused variable. --- Code/Radiometry/otbRadarFunctors.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Radiometry/otbRadarFunctors.txx b/Code/Radiometry/otbRadarFunctors.txx index c8652a7510..5dce6c0773 100644 --- a/Code/Radiometry/otbRadarFunctors.txx +++ b/Code/Radiometry/otbRadarFunctors.txx @@ -182,7 +182,6 @@ TerraSarCalibrationComplexImageFunctor<TInput, TOutput> { // m_ImageSize[1]-(lineId+1) because the first acquisition line is the last image one. // line+1 because image starts to 0. - double interval = static_cast<double>(m_ImageSize[1]) / static_cast<double>(m_NoisePolynomialCoefficientsList.size()); // compute utc time of the line double currTimeUTC = m_TimeUTC[0] + static_cast<double>(m_ImageSize[1]-(lineId-1))*m_InvPRF; unsigned int id = 0; -- GitLab