Commit 5510df2f authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: remove commented code

No related merge requests found
Showing with 0 additions and 17 deletions
+0 -17
...@@ -84,16 +84,6 @@ TOutputImage * ...@@ -84,16 +84,6 @@ TOutputImage *
InputImageParameter InputImageParameter
::Cast( TInputImage * image ) ::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 ); details::CastImage< TOutputImage, TInputImage > clamp( image );
if( clamp.ocif ) if( clamp.ocif )
......
...@@ -81,11 +81,4 @@ target_link_libraries(OTBApplicationEngine ...@@ -81,11 +81,4 @@ target_link_libraries(OTBApplicationEngine
${OTBMPIVrtWriter_LIBRARIES} ${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) otb_module_target(OTBApplicationEngine)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment