Skip to content
Snippets Groups Projects
Commit 8f535b11 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: remove unused variable

parent 8d036d6d
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ unsigned int
StreamingManager<TImage>::EstimateOptimalNumberOfDivisions(itk::DataObject * input, const RegionType &region,
unsigned int availableRAM)
{
otbMsgDevMacro(<< "m_AvailableRAMInMB " << m_AvailableRAMInMB)
otbMsgDevMacro(<< "availableRAM " << availableRAM)
unsigned int availableRAMInBytes = availableRAM * 1024 * 1024;
if (availableRAMInBytes == 0)
......@@ -164,4 +164,4 @@ StreamingManager<TImage>::GetSplit(unsigned int i)
} // End namespace otb
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment