aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClMul.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClMul.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClMul.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/gpu/cl/operators/ClMul.h b/src/runtime/gpu/cl/operators/ClMul.h
index 4a662b3276..29d5885a1c 100644
--- a/src/runtime/gpu/cl/operators/ClMul.h
+++ b/src/runtime/gpu/cl/operators/ClMul.h
@@ -35,8 +35,6 @@ namespace opencl
class ClMul : public IClOperator
{
public:
- /** Default Constructor */
- ClMul() = default;
/** Initialise the kernel's sources, dst and convertion policy.
*
* Valid configurations (src1,src2) -> Output :
@@ -81,8 +79,6 @@ public:
class ClComplexMul : public IClOperator
{
public:
- /** Default Constructor */
- ClComplexMul() = default;
/** Initialise the kernel's sources, dst.
*
* @param[in] compile_context The compile context to be used.