aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuCast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuCast.h')
-rw-r--r--src/runtime/cpu/operators/CpuCast.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/cpu/operators/CpuCast.h b/src/runtime/cpu/operators/CpuCast.h
index 2aea2d2b09..26f5740b86 100644
--- a/src/runtime/cpu/operators/CpuCast.h
+++ b/src/runtime/cpu/operators/CpuCast.h
@@ -34,8 +34,6 @@ namespace cpu
class CpuCast : public ICpuOperator
{
public:
- /** Constructor */
- CpuCast() = default;
/** Configure operator for a given list of arguments
*
* Input data type must be different than output data type.