Skip to content
Snippets Groups Projects
Commit 5510df2f authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: remove commented code

parent a226b99a
Branches
Tags
No related merge requests found
......@@ -84,16 +84,6 @@ TOutputImage *
InputImageParameter
::Cast( TInputImage * image )
{
// // Optimize pipeline if input-image can be directly cast into
// // output-image.
// {
// auto img = dynamic_cast< TOutputImage * >( image );
// if( img )
// return img;
// }
details::CastImage< TOutputImage, TInputImage > clamp( image );
if( clamp.ocif )
......
......@@ -81,11 +81,4 @@ target_link_libraries(OTBApplicationEngine
${OTBMPIVrtWriter_LIBRARIES}
)
# target_compile_options(
# OTBApplicationEngine
# # PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-Q>
# PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-ftime-report>
# # PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-E>
# )
otb_module_target(OTBApplicationEngine)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment