From f0521e5e97673f64aac458de736a42d9ba5a318c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=A5=87=E5=8F=AF?= Date: Fri, 24 Aug 2018 13:51:19 +0800 Subject: [PATCH] delete unused code --- mace/kernels/opencl/cl/resize_bicubic.cl | 1 - 1 file changed, 1 deletion(-) diff --git a/mace/kernels/opencl/cl/resize_bicubic.cl b/mace/kernels/opencl/cl/resize_bicubic.cl index 42213094..d3bd1ecd 100644 --- a/mace/kernels/opencl/cl/resize_bicubic.cl +++ b/mace/kernels/opencl/cl/resize_bicubic.cl @@ -1,5 +1,4 @@ #include -//#include const int kTableSize = (1 << 10); -- GitLab