mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 03:22:15 +00:00
[numeric] Remove unused type alias from detail::correlate_rows_imp
Fix warning: typedef kernel_type locally defined but not used [-Wunused-local-typedefs]
This commit is contained in:
@@ -46,7 +46,6 @@ void correlate_rows_imp(const SrcView& src, const Kernel& ker, const DstView& ds
|
||||
|
||||
typedef typename pixel_proxy<typename SrcView::value_type>::type PIXEL_SRC_REF;
|
||||
typedef typename pixel_proxy<typename DstView::value_type>::type PIXEL_DST_REF;
|
||||
typedef typename Kernel::value_type kernel_type;
|
||||
|
||||
if(ker.size()==1) {//reduces to a multiplication
|
||||
view_multiplies_scalar<PixelAccum>(src,*ker.begin(),dst);
|
||||
|
||||
Reference in New Issue
Block a user