aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/OpenCL.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/OpenCL.h')
-rw-r--r--arm_compute/core/CL/OpenCL.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arm_compute/core/CL/OpenCL.h b/arm_compute/core/CL/OpenCL.h
index fbf603ea00..fc7083d276 100644
--- a/arm_compute/core/CL/OpenCL.h
+++ b/arm_compute/core/CL/OpenCL.h
@@ -64,17 +64,6 @@ private:
void load_symbols(void *handle);
public:
- /** Prevent instances of this class from being copied (As this class contains pointers) */
- CLSymbols(const CLSymbols &) = delete;
- /** Prevent instances of this class from being copied (As this class contains pointers) */
- CLSymbols &operator=(const CLSymbols &) = delete;
- /** Allow instances of this class to be move constructed */
- CLSymbols(CLSymbols &&) = default;
- /** Allow instances of this class to be moved */
- CLSymbols &operator=(CLSymbols &&) = default;
- /** Destructor */
- ~CLSymbols();
-
/** Get the static instance of CLSymbols.
*
* @return The static instance of CLSymbols.
@@ -149,7 +138,6 @@ public:
private:
std::pair<bool, bool> _loaded{ false, false };
- void *handle{ nullptr };
};
} // namespace arm_compute
#endif /* __ARM_COMPUTE_OPENCL_H__ */