aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLPadLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLPadLayerKernel.h')
-rw-r--r--src/core/CL/kernels/CLPadLayerKernel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CL/kernels/CLPadLayerKernel.h b/src/core/CL/kernels/CLPadLayerKernel.h
index 2b0abb18df..90af337f94 100644
--- a/src/core/CL/kernels/CLPadLayerKernel.h
+++ b/src/core/CL/kernels/CLPadLayerKernel.h
@@ -88,8 +88,6 @@ public:
private:
const ICLTensor *_input;
ICLTensor *_output;
- int _input_start_x;
- int _input_start_y;
bool _4d_enabled;
};
} // namespace arm_compute